API Reference

Learn how to access UNLOQ end points

GET /api-keys/:id

Returns information about an api-key, identified by the given id

GET https://api-authenticator.iwelcome.com/v1/api-keys/:id
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
URL Parameters
  • id (string, required) - The api-key id, unique application-wide.
Result format (200 OK)
{
  "type": "api.application.apiKey.read",
  "result": {
    "id": "12345abcdef",
    "public_key": "live_1234",
    "scopes": [
      "application.all"
    ],
    "organization_id": "1234",
    "has_logging": false,
    "created_at": "2016-10-25T08:31:33.000Z",
    "environment": "live",
    "entity_type": "APPLICATION",
    "entity_id": "1234",
    "creator_id": "5678",
    "last_use": null
  }
}
      

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.