Skip to main content
GET
/
v1
/
me
/
team
Get My Team
curl --request GET \
  --url https://app.untetherlabs.com/api/v1/me/team \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "createdAt": "2024-11-20T07:43:34+0000",
  "name": "<string>",
  "shorthandName": "<string>"
}
Get the team information for the authenticated user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

id
string<uuid>
required
createdAt
string
required

The timestamp of when the team was created.

Example:

"2024-11-20T07:43:34+0000"

name
string
required

The name of the team.

shorthandName
string | null

The shorthand name of the team.