cURL
curl --request GET \ --url https://api.g-tateth.com/api/telephony/calls/history \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "calls": [ {} ], "pagination": { "total": 100, "page": 1, "limit": 20, "totalPages": 5 } } }
Retrieves call history with filtering and pagination
JWT token authentication (for user sessions)
completed
missed
failed
answered
inbound
outbound
Call history retrieved successfully
Show child attributes
100
1
20
5