API Reference

Learn how to access UNLOQ end points

POST /token/device

Returns a user's information that has entered one of your generated mobile app's custom page, based on the Authorisation token provided by the device.

POST https://api-authenticator.iwelcome.com/v1/token/device
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
Body parameters
  • token (string, required) - The authorisation token provided by the device when opening your custom page.
Result format (200 OK)
{
  "type": "api.application.approval.device",
  "result": {}
}
Notes

The authorisation token expires 2 minutes after it has been generated by the user's device, therefore your application has two minutes to validate the token and generate the user's session.

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.