Get all statuses

Use the Get all statuses endpoint if you want to retrieve a list of statuses. You can specify per status id or campaign id.

Response

The response will be a JSON object with a statuses array containing status objects. Each status object will have the following properties:

  • id (string): The ID of the status.
  • campaign_id (string): The ID of the campaign associated with the status.
  • name (string): The name of the status.
  • code (null): The code associated with the status, if available.
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!