Teams
Creates a new team
Getting Started
Attendees
Availabilities
Booking References
Bookings
Credentials
Destination Calendars
Event Types
Memberships
Schedules
Selected Calendars
Teams
Users
Teams
Creates a new team
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
Query Parameters
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
Was this page helpful?
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
}'