API Reference

Learn how to access UNLOQ end points

GET /users

List all users for current application

GET https://api-authenticator.iwelcome.com/v1/users
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
Result format (200 OK)
{
  "type": "api.application.user.find",
  "meta": {
    "total_count": 10,
    "page_count": 1,
    "current_count": 10,
    "current_page": 1
  },
  "result": [
    {
      "id": "22255",
      "last_activity": "2016-11-21T08:15:03.000Z",
      "notifications": true,
      "two_step": true,
      "linked_at": "2016-10-18T11:37:36.000Z",
      "profile": {
        "id": "255996",
        "email": "john@doe.com"
      },
      "account": {
        "id": "244785",
        "first_name": "John",
        "last_name": "Doe",
        "image": null,
        "is_active": true
      }
    }
  ]
}
      

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.