Returns a list of all teams the authenticated user has access to.
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" } ] }
You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
Authorization: Api-Key <Your_Api_Key>
A list of teams.
A list of teams
Show child attributes
Was this page helpful?