Retrieves a list of all campaigns for the current user.
curl --request GET \ --url https://prod-api.ringg.ai/ca/api/v0/campaign/all \ --header 'X-API-KEY: <x-api-key>'
{ "campaigns": [ { "id": "<string>", "name": "<string>", "status": "<string>" } ] }
(Required) Your Ringg AI API key.
Whether to include call count for each campaign.
List of campaigns retrieved successfully.
The response is of type object.
object