API Reference

Learn how to access UNLOQ end points

GET /widgets/:id/script

Get widget script info

GET https://api-authenticator.iwelcome.com/v1/widgets/:id/script
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
URL parameters
  • id (string, required) - The id of the widget to be read.
Result format (200 OK)
{
  "type": "api.application.widget.script",
  "result": {
    "key": "abcdefg",
    "url": "https://example.com/register.js",
    "domain": "https://example.com/",
    "variables": []
  }
}
      

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.