Skip to main content
POST
create team

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
team_name
string
required
Example:

"my-awesome-team"

transfer_credit
number<float>

Credits to transfer from personal account to team

Example:

0

Response

Team Successfully Created!

success
boolean
Example:

true

msg
string
Example:

"Team Successfully Created!"