API Reference

Learn how to access UNLOQ end points

POST /sms/templates/send

Send a message to a given phone number

GET https://api-authenticator.iwelcome.com/v1/sms/templates/send
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
BODY parameters
  • phone_number (string, required) - The phone number to send the message to.
  • message (string, required) - The message to be sent.
Result format (200 OK)
{
  "type": "api.application.sms.template.send",
  "result": {
    "provider_id": "520b086a7d5645ee809c80abKpS4Rkz0",
    "provider_type": "NEXMO",
    "message_id": "hMjvuwua0b38"
  }
}
      

Have a question? You can always send us an email at support@unloq.io, or contact us on chat.

For security related concerns, please visit our Security page.