cURL
Companies
Post v1audiencecompaniesbalancesummary
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.commvoice.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Required range:
x >= 1Example:
[{ "sort": "asc", "colId": "log_date" }]Example:
{
"campaign_name": {
"filterType": "text",
"type": "contains",
"filter": "multi"
}
}Example:
[
{
"id": "campaign_name",
"displayName": "Campaign_name",
"field": "campaign_name"
}
]Required range:
x >= 0