Skip to main content
GET
/
api
/
v3
/
groups
List user groups
curl --request GET \
  --url https://paradigm.lighton.ai/api/v3/groups \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

company_id
integer

Company ID to filter groups (only for Admin/Sys Admin/Account Manager)

page
integer

Page number (default: 1)

per_page
integer

Items per page (default: 20, max: 100)

Filter by group name (case-insensitive)

Response

List of groups with pagination