Skip to main content
POST
Create a session label

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Body

application/json
name
string
required
Required string length: 2 - 50
Example:

"Waiting on customer"

color
string

Hex color; defaults to #9E9E9E

Example:

"#C9A227"

user_email
string<email> | null

Workspace token only: member to assign the label to; omit for a default label

Response

Label created

success
boolean
Example:

true

message
string
Example:

"Label created"

data
object