POST
/
teams
curl --request POST \
  --url https://api.cal.com/v1/teams \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "slug": "<string>",
  "hideBookATeamMember": true,
  "brandColor": "<string>",
  "darkBrandColor": "<string>",
  "timeZone": "<string>",
  "weekStart": "<string>",
  "isPrivate": true,
  "ownerId": 123,
  "parentId": 123
}'

Authorizations

apiKey
string
query
required

Query Parameters

apiKey
string
required

Your API key

Body

application/json
Create a new custom input for an event type

The body is of type object.

Response

201

OK, team created