Campaigns
Campaign Details
Returns specific campaign with all associated calls within campaign.
GET
/
v1
/
campaigns
/
{id}
Headers
authorization
string
requiredYour API key for authentication.
Path Parameters
id
string
requiredThe unique identifier of the campaign for which you want to retrieve detailed information.
Response
count
integer
The number of campaigns returned in the response.
campaigns
array
An array of campaign data objects. See the Campaign section for details.