API Reference

Learn how to access UNLOQ end points

GET /sms/providers

Get a list of all created providers

GET https://api-authenticator.iwelcome.com/v1/sms/providers
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
Body parameters
  • application_id (string, required) - The id of the application.
  • organization_id (string, required) - The id of the organization.
Result format (200 OK)
{
  "type": "api.application.sms.provider.find",
  "meta": {
    "total_count": 11,
    "page_count": 2,
    "current_count": 10,
    "current_page": 1
  },
  "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.