List statuses
Statuses
List statuses
List all statuses in the team
GET
List statuses
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
OK
Unique identifier for the status.
Pattern:
^[0-9a-z]+$Example:
"l44e15irdq4db30i77cgphhx"
The display name of the status. Typically represents a stage in your sales pipeline.
Examples:
"New Lead"
"Warm"
"Qualified"
"Closed Won"
Hex color code for the status (e.g., #10b981 for green). Null if no color is set.
Example:
"#ef4444"
The timestamp when this status was created.
Example:
"2025-11-10T18:03:16.000Z"