Get all statuses

Retrieve the list of statuses that can be assigned to leads in your campaigns.

When to use. Build a status picker, or map your own codes to a status, before working with leads. To fetch a single status by its id, use GET /statuses/{id}.

Parameters. id (query, optional): return only the status with this id. campaign_id (query, optional): return only statuses that belong to this campaign. You can also filter, order, limit and select fields by any response field. See Core API Concepts.

Returns. { "statuses": [ ... ] }, where each entry has id, campaign_id, name and code.

Example. GET /api/statuses/campaign_id/2

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

Filter by status ID.

integer

Filter by campaign ID.

Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json