cURL
curl --request GET \ --url https://api.callers.ai/campaigns/{campaignId}/calls/{callId}/recording \ --header 'Authorization: <api-key>'
{ "status": "error", "message": "<string>" }
Get a URL for accessing the recording of a call associated with a given campaign
Optional sub organization ID. Must belong to your main organization API key.
Id of the campaign as a string ObjectId value.
Id of the call as a string ObjectId value.
error