cURL
curl --request GET \ --url https://api.callers.ai/campaigns \ --header 'Authorization: <api-key>'
{ "status": "error", "message": "<string>" }
Get all campaigns by organization ID. Returns an array of CampaignPublicDto.
Optional sub organization ID. Must belong to your main organization API key.
Id of the organization as a string ObjectId value.
The response is of type object.
object