get https://video-agent.8x8.com/api/v1/call-logs
This API endpoint allows to retrieve information related to past calls. You need to use the Token API first to create an Authorization Token. You can to list the calls during a time period or with a specific Call_Reference or Phone_Number.
Example 1:
curl -X POST https://video-agent.8x8.com//api/v1/call-logs \
-H "Content-Type: application/json" \
-H x-token: YourAuthToken' \
Example 2:
curl -X POST
https://video-agent.8x8.com/api/v1/call-logs?from=yyyy-mm-dd&to=yyyy-mm-dd&q=12345&cursor=5757 \
-H "Content-Type: application/json" \
-H x-token: YourAuthToken' \