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"
}Teams
Get a team
Fetches a single team by ID, including its parent team ID (if any).
Required scope: People.Read (Read-only access to people and teams)
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
OAuth 2.0. Obtain an access token via the Client Credentials or Authorization Code flow, then send it as Authorization: Bearer <token>.
Path Parameters
The team's ID.
Was this page helpful?
⌘I