v1

latestOpenAPI 3.1.12026-07-2692827.1 KB
Teams

List teams

get/teams

Query parameters

cursorstring

Cursor for pagination.

Response

Paginated list of teams.

limitinteger required
next_cursorstring nullable required

Example response

{
  "items": [
    {
      "name": "Sales",
      "created_at": "2023-11-10T12:00:00Z"
    }
  ]
}