Skip to main content
GET
/
groups
Get All Groups
curl --request GET \
  --url https://example.com/api/groups/ \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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
search
string | null
repo_ids
integer[] | null
sort_by
string | null
default:name
order_by
string | null
default:asc

Response

Successful Response