Get team
Teams
Get team
Returns team metadata: name, owner, created/updated timestamps, and the caller’s role within the team. For the member list, call /api/platform/teams/{id}/members. Requires the read:teams scope.
GET
Get team
Authorizations
OAuth2 client-credentials flow against the Dealroom Auth0 tenant. Use the client_id / client_secret from a Programmatic API key. Tokens are valid for 24h — Swagger UI will reuse the same token across operations.
Path Parameters
Team ID
Pattern:
^\d+$Example:
"1"
Response
Team details