API Reference

Learn how to access UNLOQ end points

GET /sms/providers/:id

Read a provider

GET https://api-authenticator.iwelcome.com/v1/sms/providers/:id
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
URL parameters
  • id (string, required) - The id of the provider.
Result format (200 OK)
{
  "type": "api.application.sms.provider.read",
  "result": {
    "id": "c3f78592588c4ce68ee6c96f6ZL2MKcF",
    "type": "NEXMO",
    "name": "NEXMO",
    "log_messages": "DISABLED",
    "countries": [
      "AD"
    ],
    "patterns": [],
    "phone_types": [
      "MOBILE",
      "FIXED_LINE",
      "FIXED_LINE_OR_MOBILE",
      "SHARED_COST",
      "VOIP",
      "PERSONAL_NUMBER",
      "PAGER",
      "UAN",
      "VOICEMAIL",
      "TOLL_FREE",
      "PREMIUM_RATE"
    ],
    "is_default": true,
    "is_verified": true,
    "is_active": true,
    "sort": 1,
    "created_at": "2017-11-30T11:09:28.000Z"
  }
}
      

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.