אקסטרה
  1. Authorization
אקסטרה
  • Calls
    • /calls/
      POST
    • /calls/get-recording-urls/
      POST
    • /click2call/
      GET
    • /calls/recording/
      GET
  • SMS
    • /sms/send/
      POST
  • Authorization
    • /auth/key/
      GET
  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 Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.exm.co.il/api/v1/auth/key/'
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"
    }
}

Request

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

Responses

🟢200Success
application/json
Body
success
boolean 
required
key
string 
required
the same api_key passed in the Bearer auth header
times
object 
required
created
string 
required
Date when key was created
expire
string 
required
Expiry date for the key
user
object 
required
Owner of the key
id
string 
required
id of the user
email_address
string <email>
required
Email address of the user
Modified at 2025-07-23 05:29:31
Previous
/sms/send/
Built with