API Reference

Learn how to access UNLOQ end points

GET /users/:id/groups

List all groups for current user

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