API Reference

Learn how to access UNLOQ end points

GET /groups

Read information about specified group

GET https://api-authenticator.iwelcome.com/v1/groups/:group_id
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
URL parameters
  • group_id (string, required) - The id of the group to be read.
Result format (200 OK)
{
  "type": "api.application.group.read",
  "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.