GET
/
calls
/
{id}
/
recording
Get call recording
curl --request GET \
  --url https://api.amplemarket.com/calls/{id}/recording \
  --header 'Authorization: Bearer <token>'
This response does not have an example.
This endpoint is rate-limited to 50 requests per hour
Only recordings that have external: false can be retrieved via this endpoint

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Call ID

Response

200

successful