GET
/
v2
/
teams
url -X GET \
  https://api.upstash.com/v2/teams \
  -u 'EMAIL:API_KEY'
[
    {
        "team_id": "95849b27-40d0-4532-8695-d2028847f823",
        "team_name": "test_team_name",
        "member_role": "owner",
        "copy_cc": true
    }
]

Response Parameters

team_id
string
ID of the created team
member_role
string
Role of the user in this team
team_name
string
Name of the created team
copy_cc
boolean
Whether creditcard information added to team during creation or not
url -X GET \
  https://api.upstash.com/v2/teams \
  -u 'EMAIL:API_KEY'
[
    {
        "team_id": "95849b27-40d0-4532-8695-d2028847f823",
        "team_name": "test_team_name",
        "member_role": "owner",
        "copy_cc": true
    }
]