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

/sms/send/

POST
https://www.exm.co.il/api/v1/sms/send/
Send a single SMS message to an Israeli sms-capable number, ie: non-Kosher mobile lines.
Outgoing messages are monitored for spam and phishing attempts and we will immediately BLOCK an account that use this method for illegal purposes.
NOTICE
In order to use this method and send SMS messages, a user should fill out KYC forms first and agree to legal terms and to billing terms.
Contact support to sort this and to get access to this method.

Request

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

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.exm.co.il/api/v1/sms/send/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "message": "Hello World",
    "destination": "0551234567",
    "sender": "ExtraMobile"
}'
Response Response Example
Success
{
    "success": true,
    "id": "xnAbiS1b"
}
Modified at 2025-02-10 14:32:09
Previous
/calls/recording/
Next
/auth/key/
Built with