1. Calls
אקסטרה
  • Calls
    • /calls/
      POST
    • /calls/get-recording-urls/
      POST
    • /click2call/
      GET
    • /calls/recording/
      GET
  • SMS
    • /sms/send/
      POST
  • Authorization
    • /auth/key/
      GET
  • Webhooks
    • Call Events
    • Call Events
  1. Calls

/calls/recording/

GET
https://www.exm.co.il/api/v1/calls/recording/
Download a call recording according to the call id. The response is the recording file itself or json on failure.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Responses

🟢200OK
text/event-stream
Body

🟢200OK
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.exm.co.il/api/v1/calls/recording/?call_id=hsOKAEw' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - OK - Example 1
null
Modified at 2024-11-18 06:26:30
Previous
/click2call/
Next
/sms/send/
Built with