Calls
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
Get a call recording URL
Headers
Bearer [access_token]
Path Parameters
ID of the call.
Required range:
x >= 1Response
Recording URL retrieved successfully.
Wrapped response for GET /v1.0/call/url/{callId}. The recording URL payload is returned under the 'calls' key.
Download URL for a call recording. The URL is valid for a limited time.