Skip to main content
GET
Retrieve public teams

Authorizations

Authorization
string
header
required

OAuth2 access token. Pass the token in the Authorization header as Bearer <token>. The token is looked up in Redis to resolve the caller identity.

Response

object[] | null

OK

id
integer<int64>
required

Team ID.

Required range: x >= 0
Example:

101

name
string
required

Team display name.

Example:

"Team Number1"

address
object
created_at
string<date-time>
description
string

Free-form description.

hide_users
boolean

When true, the team's users list is hidden to non-members.

leaders
object[] | null
private
boolean

When true, the team is only visible to its members.

updated_at
string<date-time>
users
object[] | null
Last modified on July 7, 2026