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.
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>"
}
]
Your API key for authentication. Use Bearer format.
"Bearer API_KEY"
200
Array of campaigns.
Was this page helpful?