List teams
List teams (staff only).
Endpoint
GET /api/v1/teamsStaff
Request
Query parameters: page, per_page.
Usage
curl --header "Authorization: Bearer $GHIT_API_TOKEN" "$GHIT_API_URL/v1/teams?page=1&per_page=50"Success
200 OK with paginated teams.
{ "results": [{ "uuid": "...", "slug": "platform", "name": "Platform" }], "next": null, "previous": null }Errors
Common auth errors are documented on the API overview page.