Get specific status

Retrieve a single status by its numeric id.

When to use. Drill down to one status's details, for example after picking it from the list returned by GET /statuses. Returns 404 if the id does not exist.

Parameters. id (path, required): the id of the status to fetch.

Returns. { "statuses": [ <status> ] }, containing the requested status with id, campaign_id, name and code.

Example. GET /api/statuses/5283

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

Status 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