Skip to main content
POST
/
team
Create 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": "95849b27-40d0-4532-8695-d2028847f823",
  "team_name": "test_team_name",
  "copy_cc": true
}

Authorizations

Authorization
string
header
required

Body

application/json
team_name
string
required
Example:
copy_cc
boolean
required
Example:

Response

200 - application/json
team_id
string
Example:
team_name
string
Example:
copy_cc
boolean
Example: