Skip to main content
GET
/
cases
/
{case_id}
/
phone-calls
/
{call_id}
/
recording
Download call recording
curl --request GET \
  --url https://api.example.com/v1/cases/{case_id}/phone-calls/{call_id}/recording \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

case_id
string
required

Unique case identifier (ULID format).

call_id
string
required

Response

Recording audio file.

The response is of type file.