Team

Get a team by ID

GET
/api/v1/team/get/{teamId}
/api/v1/team/get/{teamId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

teamId
Required
string

The ID of the team to retrieve

curl -X GET "https://example.com/api/v1/team/get/string" \
  -H "Authorization: <token>"

OK