API Reference

Learn how to access UNLOQ end points

POST /sms/providers/:id/verify

Verify a provider

POST https://api-authenticator.iwelcome.com/v1/sms/providers/:id/verify
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
URL parameters
  • id (string, required) - The provider id to be tested.
Body parameters
  • phone_number (string, required) - The phone number used for testing the provider.
Result format (200 OK)
{
  "type": "api.application.sms.provider.verify"
}
      

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.