Skip to main content
A task can be standalone or linked to a lead. Tasks support a parent/child hierarchy via parent_task_id.

Task object

Endpoints

List tasks

GET /tasks

Get task

GET /tasks/{id}

Create task

POST /tasks

Update task

PUT /tasks/{id}

Delete task

DELETE /tasks/{id}