POST/api/v1/callscount

Get Call Count

POST/api/v1/callscount

Note

fromDate and toDate cannot be future dates.

Parameter Details

NameInTypeRequiredDescription
» fromDatebodystringRequiredStart Date
» toDatebodystringRequiredEnd Date

Responses

StatusMeaningDescriptionSchema
200OKSuccessschemahookspostresp
400Bad RequestRequest data failed validation(s)
401UnauthorizedAuthentication Failed!
429Too Many RequestsToo Many Requests.
500Internal Server ErrorInternal Server Error

Example Request

# You can also use wget
curl -X POST /api/v1/callscount \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: API_KEY'

Body parameter

{
  "fromDate": "string",
  "toDate": "string",
}

Example responses

200 Response
{
    "usageFrom": "2025-10-01T00:00:00",
    "usageUntil": "2025-10-06T08:13:06",
    "totalCalls": 2500,
}

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.