Video Calling CDR API's
Introduction to Call Directory Record APIs
Welcome to the documentation for Call Directory Records APIs, designed to enhance and manage call directory information within your applications. These APIs provide developers with the capability to seamlessly integrate, update, and retrieve call directory records, contributing to an improved and customized calling experience for users.
This API is used to get the Video CDR Usage Report across all rooms or selected rooms
API Route: https://api.sariska.io/api/v1/pricing/cdr
HTTP Request: POST
Access Mechanism: HTTP Basic Authentication
Headers:
Content-Type
: To haveapplication/json
.Authorization
: Bearer JWT Token for authentication
Body:
room_name: Optional, returns all rooms if left empty or not mentioned
start_date: Optional, if nil, default value is 7 days before the current date time
end_date: Optional, if nil, default value is the current date time
Sample Curl Request:
Sample Response:
Last updated