get
https://company_subdomain.talkpush.com/api/talkpush_services/calls
This endpoint returns a paginated list of calls within the specified date range. Each call record includes the associated app_id. The start_date and end_date parameters are required and must be in DD-MM-YYYY format.
400Bad request. Possible messages:
- 'start_date and end_date are required' (when required date parameters are missing).
- 'Invalid date format. Use DD-MM-YYYY (e.g., 01-02-2026)' (when date parameters are not in the expected format).
401Invalid API key.
500Internal server error, we will provide you with the exception message of the application.