GET
/
groups
curl --request GET \
  --url https://example.com/api/groups/ \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer
default:1
limit
integer
default:10
repo_ids
integer[] | null
sort_by
string | null
default:name
order_by
string | null
default:asc

Response

200
application/json
Successful Response

The response is of type any.