Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer Token necessary to use API

Body

application/json

Create Task Request

title
string
required

The title of the task

description
string | null

Optional description for the task

due_at
string<date-time> | null

The due date and time for the task

site
object | null
assignee
object | null
metadata
object | null

Set of key-value pairs for storing additional information on the task. Learn more about metadata.

resource
object

Response

task successfully created (full with resource: contact)

Single Task

task
object

Task

meta
object