API Reference

Learn how to access UNLOQ end points

GET /reports/authorization/:id

Read a single authorization

GET https://api-authenticator.iwelcome.com/v1/reports/authorization/:id
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
URL parameters
  • id (string) - Required. The id of the authentication to be read.
Result format (200 OK)
{
  "type": "api.application.reports.authorization.read",
  "result": {
    "id": "123456",
    "type": "AUTHORIZATION",
    "method": "EMAIL",
    "status": "APPROVED",
    "organization_id": "123",
    "application_id": "12",
    "account_id": "10",
    "profile_id": "10",
    "ip_source": "127.0.0.1",
    "ip_device": "127.0.0.1",
    "created_at": "2016-11-09T12:21:19.000Z",
    "authentication": {
      "encryption_key": false,
      "session": {
        "sent": false
      }
    }
  }
}
      

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.