1. Authorization
אקסטרה
  • 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. Authorization

/auth/key/

GET
https://www.exm.co.il/api/v1/auth/key/
Verify your authorization by calling this endpoint with no parameters.

Request

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

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.exm.co.il/api/v1/auth/key/' \
--header 'Authorization: Bearer <token>'
Response Response Example
Success
{
    "success": true,
    "key": "aGtYmQwe_3e1f0c9a5d6b8f6a4b2c9d0e8f1a3b4d5e6c7a8b9f0d1e2f3a4b5c6d7e8",
    "times": {
        "created": "2023-12-24",
        "expire": "2025-12-24"
    },
    "user": {
        "id": "aGtYmQwe",
        "email_address": "my@email.com"
    }
}
Modified at 2025-07-23 05:29:31
Previous
/sms/send/
Next
Call Events
Built with