Headers
Body
application/json
Minimum length:
1Example:
Example:
Example:
Example:
Example:
Example:
Example:
curl --request POST \
--url https://api.cal.com/v2/teams \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"name": "CalTeam",
"slug": "caltel",
"logoUrl": "https://i.cal.com/api/avatar/b0b58752-68ad-4c0d-8024-4fa382a77752.png",
"calVideoLogo": "<string>",
"appLogo": "<string>",
"appIconLogo": "<string>",
"bio": "<string>",
"hideBranding": false,
"isPrivate": true,
"hideBookATeamMember": true,
"metadata": {
"key": "value"
},
"theme": "<string>",
"brandColor": "<string>",
"darkBrandColor": "<string>",
"bannerUrl": "https://i.cal.com/api/avatar/949be534-7a88-4185-967c-c020b0c0bef3.png",
"timeFormat": 123,
"timeZone": "America/New_York",
"weekStart": "Monday",
"autoAcceptCreator": true
}'{
"status": "success",
"data": {
"message": "<string>",
"paymentLink": "<string>",
"pendingTeam": {
"id": 123,
"parentId": 123,
"name": "<string>",
"slug": "<string>",
"logoUrl": "<string>",
"calVideoLogo": "<string>",
"appLogo": "<string>",
"appIconLogo": "<string>",
"bio": "<string>",
"hideBranding": true,
"isOrganization": true,
"isPrivate": true,
"hideBookATeamMember": true,
"metadata": {
"key": "value"
},
"theme": "<string>",
"brandColor": "<string>",
"darkBrandColor": "<string>",
"bannerUrl": "<string>",
"timeFormat": 123,
"timeZone": "<string>",
"weekStart": "<string>"
}
}
}curl --request POST \
--url https://api.cal.com/v2/teams \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"name": "CalTeam",
"slug": "caltel",
"logoUrl": "https://i.cal.com/api/avatar/b0b58752-68ad-4c0d-8024-4fa382a77752.png",
"calVideoLogo": "<string>",
"appLogo": "<string>",
"appIconLogo": "<string>",
"bio": "<string>",
"hideBranding": false,
"isPrivate": true,
"hideBookATeamMember": true,
"metadata": {
"key": "value"
},
"theme": "<string>",
"brandColor": "<string>",
"darkBrandColor": "<string>",
"bannerUrl": "https://i.cal.com/api/avatar/949be534-7a88-4185-967c-c020b0c0bef3.png",
"timeFormat": 123,
"timeZone": "America/New_York",
"weekStart": "Monday",
"autoAcceptCreator": true
}'{
"status": "success",
"data": {
"message": "<string>",
"paymentLink": "<string>",
"pendingTeam": {
"id": 123,
"parentId": 123,
"name": "<string>",
"slug": "<string>",
"logoUrl": "<string>",
"calVideoLogo": "<string>",
"appLogo": "<string>",
"appIconLogo": "<string>",
"bio": "<string>",
"hideBranding": true,
"isOrganization": true,
"isPrivate": true,
"hideBookATeamMember": true,
"metadata": {
"key": "value"
},
"theme": "<string>",
"brandColor": "<string>",
"darkBrandColor": "<string>",
"bannerUrl": "<string>",
"timeFormat": 123,
"timeZone": "<string>",
"weekStart": "<string>"
}
}
}1Was this page helpful?