Teams
Create Team
This endpoint creates a new team.
POST
/
v2
/
team
Request Parameters
team_name
string
requiredName of the new team
copy_cc
boolean
requiredWhether to copy existing credit card information to team or not\ Options:
true
or false
Response Parameters
team_id
string
ID of the created team
team_name
string
Name of the created team
copy_cc
boolean
Whether creditcard information added to team during creation or not
Was this page helpful?