GET
/
campaign
/
all
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>"
    }
  ]
}

Headers

X-API-KEY
string
required

(Required) Your Ringg AI API key.

Query Parameters

call_count
boolean

Whether to include call count for each campaign.

Response

200
application/json

List of campaigns retrieved successfully.

The response is of type object.