latestOpenAPI 3.0.02026-08-2217901.1 MB

ef9153fcac7c

Teams

List teams

Endpoint used to list team resources

get/teams

Query parameters

cursorstring

Last pagination reference

limitinteger

max number of Teams returned

Headers

x-organization-idinteger

Required if using a multi organizations token

Response

Successfully fetched Teams list

nextCursorstring nullable required

The cursor to retrieve the next page of Teams.

nextPageUrlstring nullable required

Path with query parameters that can be used to retrieve the next page of Teams.

Example response

{
  "teams": [
    {
      "id": 963,
      "name": "Cleaning"
    }
  ]
}