Skip to main content
POST
Create Task

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Path Parameters

contactId
string
required

Contact Id

Example:

"sx6wyHhbFdRXh302LLNR"

Body

application/json
title
string
required
Example:

"First Task"

dueDate
string
required
Example:

"2020-10-25T11:00:00Z"

completed
boolean
required
Example:

true

body
string
Example:

"loram ipsum"

assignedTo
string
Example:

"hxHGVRb1YJUscrCB8eXK"

Response

Successful response

task
object
Last modified on March 8, 2026