Skip to main content
POST
Create a new checklist

Authorizations

Authorization
string
header
required

Use a project private API key via Authorization: Bearer <key>.

Body

application/json
slug
string
required

Unique identifier for the checklist within the project

type
string
required

The type of checklist

data
array
required

The checklist data

Response

Successful response

id
string<uuid>
slug
string
type
string
data
object

The checklist data

projectId
string<uuid>
ownerId
string<uuid>
createdAt
string<date-time>
updatedAt
string<date-time>