Statuses
Get specific status
Use the Get specific status API endpoint if you want to retrieve the details of a specific status. You should add the status id to the variables.
get/statuses/{id}
Response
Successful operation
Example response
{
"statuses": [
{
"campaign_id": "1",
"code": null,
"id": "1",
"name": "New"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.