cURL
curl --request GET \ --url https://app.happyrobot.ai/api/v1/dial/campaigns \ --header 'authorization: <authorization>'
[ { "id": "<string>", "organization_id": "<string>", "name": "<string>", "status": "<string>", "created": "<string>" } ]
Get a list of campaigns.
Your API key for authentication. Use Bearer format.
"Bearer API_KEY"
200
Array of campaigns.
ID of the organization that owns the campaign.
Name of the campaign.
Status of the campaign.
Date the campaign was created.
Was this page helpful?