POST
/
v1
/
get_campaign_status
curl --request POST \
  --url https://api.campaigncleaner.com/v1/get_campaign_status \
  --header 'Content-Type: application/json' \
  --data '{
  "campaign": {
    "id": "{{campaign_id}}"
  }
}'
{
  "campaign_status": {
    "id": "e8c8af95-c033-11ed-9848-003048d8d536",
    "campaign_name": "Test Campaign 1",
    "status": "completed",
    "date_added": "2023-02-23T12:02:46-05:00"
  }
}

Headers

X-CC-API-Key
string

Body

application/json · object

The body is of type object.

Response

200 - application/json
OK

The response is of type object.