Authorizations
- Authorization string required header
Query Parameters
- tenant_name string required
Response
application/json- Data[] object array
+ - Show Child Attributes
- value integer
- text string
- Success boolean
- Errors[] string array
Backoffice
/api/v1/campaigns/active_and_scheduled List Active Or Scheduled Campaigns
curl --request GET \
--url 'https://api.example.com/api/v1/campaigns/active_and_scheduled' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'{
"Data": [
{
"value": 1,
"text": "<string>"
}
],
"Success": true,
"Errors": [
"<string>"
]
}Successful Response