API Endpoints
Get Campaign List
The get_campaign_list API endpoint allows you to get the status of all the campaigns you have saved on Campaign Cleaner.
Header:
X-CC-API-Key: Your API Key
Response:
campaign_list:
- id: The campaign id that will be used in other API calls.
- campaign_name: The name of the campaign.
- status: The status will be either processing, completed, or paused
- date_added: The date and time your campaign was saved or submitted to Campaign Cleaner.
If the status is completed, you will be able to retrieve the campaign via the get_campaign API
In the event of an error, you will get an “error:” response, with a description of the reason
GET
/
v1
/
get_campaign_list
Headers
Response
200 - application/json
The response is of type object
.