Opportunities
List Opportunity Statuses
List available opportunity statuses for your tenant
GET
List all custom opportunity statuses configured for your tenant. Use the returned status IDs with the Update Opportunity endpoint.
Response Fields
array
Array of status objects, ordered by
position.string
Status UUID. Pass this as
status_id when updating an opportunity.string
Display name (e.g. “Assigned”, “Contacted”, “Meeting Booked”).
string
Hex color code for UI display (e.g.
#3B82F6).integer
Display order (0-based). Lower values appear first.
boolean
Whether this status represents a final state (e.g. “Won”, “Not Interested”, “Archived”).