Skip to main content
GET
/
api
/
people
/
v1
/
teams
/
{id}
Get a team
curl --request GET \
  --url https://app.trelica.com/api/people/v1/teams/{id} \
  --header 'Authorization: Bearer <token>'
{
  "parentId": "65207c3ffa0d2abb07955315",
  "id": "65207c3ffa0d2abb07955316",
  "name": "Customer Success"
}

Authorizations

Authorization
string
header
required

OAuth 2.0. Obtain an access token via the Client Credentials or Authorization Code flow, then send it as Authorization: Bearer <token>.

Path Parameters

id
string
required

The team's ID.

Response

OK

A team together with its parent team ID

parentId
string | null

The ID of the parent team, or null for a root team

id
string | null

The team's unique ID. Omit when creating a team by name.

name
string | null

The team's name