Teams

List Teams

This endpoint lists all teams of user.

GET/v2/teams
cURL
curl --request GET \
  --url https://api.upstash.com/v2/teams \
  --header 'Authorization: Bearer <token>'
200Response
[
  {
    "team_id": "95849b27-40d0-4532-8695-d2028847f823",
    "team_name": "test_team_name",
    "copy_cc": true
  }
]

Authorization

Authorizationheaderstringrequired

Bearer authentication header of the form Bearer <token>.

Response

200 — Teams retrieved successfully

Loading search…