API Reference

Learn how to access UNLOQ end points

POST /api-keys

Creates a new API key

POST https://api-authenticator.iwelcome.com/v1/api-keys
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
Body parameters
  • scopes (array) - The scopes where the api-key will work.
Result format (200 OK)
{
  "type": "api.application.apiKey.create",
  "result": {
    "token": "live_12344567"
  }
}
      

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.