v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBCalls
Get a call recording URL
Returns a temporary download URL for the audio recording of a call.
Notes:
- The URL is valid for 1 hour.
- Caller must have manage permission on the lead this call belongs to; otherwise 400 PERMISSION_DENIED is returned.
- When the call has no recording available, the 'url' field is an empty string.
get/v1.0/call/url/{callId}
Path parameters
callIdinteger required
ID of the call.
Headers
Authorizationstring required
Bearer [access_token]
Response
Recording URL retrieved successfully.
Example response
{
"calls": {
"id": 563172647619608,
"url": "https://anycall-file.lofty.com/recordings/abc123.mp3"
}
}