Error
A valid request URL is required to generate request examples{
"id": "<string>",
"name": "<string>",
"member_count": 123,
"virtual_key_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Teams
Get team
Returns details of a specific team including member count.
GET
/
api
/
teams
/
{id}
Error
A valid request URL is required to generate request examples{
"id": "<string>",
"name": "<string>",
"member_count": 123,
"virtual_key_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Authorizations
Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>.
Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.
Path Parameters
Team ID
Was this page helpful?
⌘I

