Skip to main content
POST
Create a task

Authorizations

Authorization
string
header
required

API key from Developer dashboard (Bearer token).

Body

application/json
title
string
required

Required when creating.

description
string
status
enum<string>
Available options:
todo,
in_progress,
done
priority
enum<string>
Available options:
low,
medium,
high,
urgent
due_date
string

YYYY-MM-DD.

Example:

"2026-09-20"

reminder_at
string
Example:

"2026-09-19 09:00:00"

activity_type
enum<string>
Available options:
task,
call,
meeting,
email,
deadline
recurrence
enum<string>
Available options:
none,
daily,
weekly,
biweekly,
monthly
linked_contact_id
integer
linked_deal_id
integer
assigned_to
integer
tags
string[]
subtasks
object[]

Response

201 - application/json

Created

success
enum<boolean>
Available options:
true
data
object
meta
object