Skip to main content
Upstash Documentation

Create Team

This endpoint creates a new team.
1 min read
post/team
Request example
Response
post/team

Authorization

Authorizationstringheaderrequired#
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded username:password.

Body

application/json
team_namestringrequired#
Name of the new team
copy_ccbooleanrequired#
Whether to copy existing credit card information to team or not

Responses

application/json
200
Team created successfully
team_idstring#
ID of the team
team_namestring#
Name of the team
copy_ccboolean#
Whether creditcard information added to team during creation or not