cURL
curl --request GET \ --url https://app.closerx.ai/api/v2/dashboard_campaign_list/ \ --header 'Company-Name: <company-name>' \ --header 'api_key: <api-key>'
{ "response": "success", "data": { "inbound_campaigns": 123, "outbound_campaigns": 123, "quick_campaigns": 123 } }
Returns the campaign distribution
The name of the schema to be used for the request
Dashboard data response
Status of the response
success
Show child attributes