Skip to main content
GET
GET Teams

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer

Sets a limit on the returned values

offset
integer

Offsets the returned values

Response

200 - application/json

OK

id
string

The identifier of the team.

name
string

The name of the team.

parent
string | null

The parent team (if this team is a subteam within a larger team).