Skip to main content
POST
Create task

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer_id
string<uuid>
required

Body

application/json
title
string
required
category
enum<string>
required
Available options:
sign,
approve,
update,
delete
description
string
required
weight
number
required
Required range: 0 <= x <= 1
is_urgent
boolean
default:false
objects
object[]
assignees
string<uuid>[]
metadata
object

Response

Task created successfully

id
string<uuid>
title
string
category
enum<string>
Available options:
sign,
approve,
update,
delete
description
string
is_urgent
boolean
status
enum<string>
Available options:
pending,
in_progress,
completed,
canceled,
declined
weight
number
performed_weight
number
customer_id
string<uuid>
assignees
object[]
created_at
string<date-time>
created_by
string<uuid>
metadata
object