Skip to main content
GET
Retrieve team

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

200 - application/json
id
string<uuid>
required
name
string
required
is_production
boolean
required

Whether this is a live team, rather than an edit session's draft copy.

rep_count
integer
required
rep_levels
object[]
required

Ordered from the top of the hierarchy down.

categories
object[]
required
edit_session_id
string<uuid> | null

The ID of the team's open edit session, or null when the team has no unpublished changes.

edit_session
object | null

An open editing session for a team. Edits are staged on a draft copy of the team and do not affect commission until the session is published.

promoted_at
string<date-time> | null