v1

latestOpenAPI 3.0.32026-07-24156161.2 MB
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"
    }
  ]
}