cURL
curl --request GET \ --url https://api.goyappr.com/calls \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>", "direction": "<string>", "to": "<string>", "from": "<string>", "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "duration_seconds": 123, "created_at": "2023-11-07T05:31:56Z" } ] }
Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.
ypr_live_...
queued
in_progress
completed
failed
inbound
outbound
List of calls
Show child attributes