POST
/
v2
/
team
curl --request POST \
  --url https://api.upstash.com/v2/team \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "team_name": "myteam",
  "copy_cc": true
}'
{
  "team_id": "75b471f2-15a1-47b0-8ce5-12a57682bfc9",
  "team_name": "test_team_name_2",
  "copy_cc": true
}

Authorizations

Authorization
string
header
required

Basic authentication using email and API key

Body

application/json

Response

200 - application/json

Team created successfully

The response is of type object.