אקסטרה
  1. Calls
אקסטרה
  • Calls
    • /calls/
      POST
    • /calls/get-recording-urls/
      POST
    • /click2call/
      GET
    • /calls/recording/
      GET
  • SMS
    • /sms/send/
      POST
  • Authorization
    • /auth/key/
      GET
  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 Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.exm.co.il/api/v1/calls/recording/?call_id=hsOKAEw'
Response Response Example
{
    "success": false,
    "errors": [
        {
            "id": "call_id",
            "code": 7030,
            "description": "no recording found"
        }
    ]
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
call_id
string 
required
Unique call id
Example:
hsOKAEw

Responses

🟢200OK
text/event-stream
Body
object {0}
🟢200OK
Modified at 2024-11-18 06:26:30
Previous
/click2call/
Next
/sms/send/
Built with