Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Bearer token: a Platform API Key (format: ak_live::) or a Personal Access Token (format: rgo-...). PATs always act as the token owner.

Path Parameters

id
string
required

Body

application/json
title
string
Maximum string length: 255
description
string
Maximum string length: 10000
type
enum<string>
Available options:
call,
email,
meeting,
follow_up,
todo
priority
enum<string>
Available options:
low,
medium,
high
dueDate
string
reminderAt
string
assigneeId
string
contactId
string | null
dealId
string | null
crmCompanyId
string

Response

id
string
required
title
string
required
type
enum<string>
required
Available options:
call,
email,
meeting,
follow_up,
todo
priority
enum<string>
required
Available options:
low,
medium,
high
dueDate
string<date-time>
required
completed
boolean
required
assigneeId
string
required
companyId
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
description
string
reminderAt
string<date-time> | null
completedAt
string<date-time>
contactId
string
dealId
string
crmCompanyId
string
isOverdue
boolean
contact
object
deal
object
crmCompany
object
assignee
object