GET
/
api
/
teams
/
me
curl --request GET \
  --url https://firstquadrant.ai/api/teams/me \
  --header 'Bearer API key: <api-key>'
{
  "id": "tea_qxwVhUwAj3ijxWXstmCNvIII",
  "createdAt": "2024-05-12T00:00:00.000Z",
  "updatedAt": "2024-05-12T00:00:00.000Z",
  "name": "My Team",
  "slug": "my-team"
}

Authorizations

Bearer API key
string
header
required

The API key used to authenticate requests, learn how to generate an API key on the Authentication page.

Response

200 - application/json
Team object

The response is of type object.