cURL
curl --request POST \ --url https://api-v2.dexchange-sms.com/api/v1/send/sms \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "signature": "<string>", "content": "<string>", "number": [ "<string>" ] } '
{ "status": "<string>", "message": "<string>" }
Sends an SMS to the provided numbers
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Details for sending an SMS
The sender's signature
The content of the SMS
Array of recipient phone numbers
SMS sent successfully
The status of the SMS
Additional information about the SMS