cURL
curl --request GET \ --url https://app.untetherlabs.com/api/v1/teams/{teamId} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2024-11-20T07:43:34+0000", "name": "<string>", "shorthandName": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The timestamp of when the team was created.
"2024-11-20T07:43:34+0000"
The name of the team.
The shorthand name of the team.