API Reference

Learn how to access UNLOQ end points

GET /groups

List all groups for current application

GET https://api-authenticator.iwelcome.com/v1/groups
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
Result format (200 OK)
{
  "type": "api.application.group.find",
  "meta": {
    "total_count": 1,
    "page_count": 1,
    "current_count": 1,
    "current_page": 1
  },
  "result": [
    {
      "id": "1",
      "name": "Group 1",
      "description": "Group desc",
      "is_default": false,
      "created_at": "2016-10-18T13:48:17.000Z",
      "updated_at": "2016-10-18T13:48:17.000Z",
      "users": 1
    }
  ]
}
      

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.