cURL
curl --request GET \ --url https://api.g-tateth.com/api/telephony/calls/{callId}/recording/download \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "downloadUrl": "<string>", "expiresAt": "<string>" } }
Get a secure download link for call recording
JWT token authentication (for user sessions)
Download link retrieved successfully
Show child attributes