Skip to main content
cURL
curl --request GET \
--url https://api.baseten.co/v1/teams \
--header "Authorization: Api-Key $BASETEN_API_KEY"
{
  "teams": [
    {
      "id": "<string>",
      "name": "<string>",
      "default": true,
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>

Response

200 - application/json

A list of teams.

A list of teams.

teams
TeamV1 · object[]
required

A list of teams