GET
/
v2
/
teams
curl --request GET \
  --url https://api.upstash.com/v2/teams \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "team_id": "95849b27-40d0-4532-8695-d2028847f823",
    "team_name": "test_team_name",
    "member_role": "owner",
    "copy_cc": true
  }
]

Authorizations

Authorization
string
header
required

Basic authentication using email and API key

Response

200 - application/json

Teams retrieved successfully

The response is of type object[].