API Reference

Learn how to access UNLOQ end points

GET /widgets

Find all widgets for the current application

GET https://api-authenticator.iwelcome.com/v1/widgets
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
Result format (200 OK)
{
  "type": "api.application.widget.find",
  "meta": {
    "total_count": 4,
    "page_count": 1,
    "current_count": 4,
    "current_page": 1
  },
  "result": [
    {
      "id": "123456",
      "lang": "en",
      "name": "Register widget",
      "type": "REGISTER",
      "is_active": true,
      "has_watermark": true,
      "environment": "LIVE",
      "organization_id": "123",
      "application_id": "12",
      "created_at": "2016-10-18T11:23:28.000Z",
      "color": {
        "primary": "#5c5d5d",
        "secondary": "#000000",
        "link": "#3da0e3",
        "error": ""
      },
      "path": "/",
      "domain": {
        "id": "123456",
        "protocol": "HTTPS",
        "hostname": "example.com",
        "port": 443,
        "is_sandbox": false,
        "organization_id": "123",
        "href": "https://example.com",
        "is_verified": false,
        "verify_key": "abcdef_1234"
      }
    }
  ]
}
      

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.