API Reference

Learn how to access UNLOQ end points

GET /sms/templates/enabled

Verifies if the given application has the approval template enabled.

GET https://api-authenticator.iwelcome.com/v1/sms/templates
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
Result format (200 OK)
{
  "type": "api.application.sms.template.enabled",
  "result": {
    "enabled": true
  }
}
      

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.