Credentials
Create a credential record for a user
Getting Started
Attendees
Availabilities
Booking References
Bookings
Credentials
Destination Calendars
Event Types
Memberships
Schedules
Selected Calendars
Teams
Users
Credentials
Create a credential record for a user
POST
/
credential-sync
curl --request POST \
--url https://api.cal.com/v1/credential-sync \
--header 'Content-Type: application/json' \
--data '{
"encryptedKey": "<string>",
"appSlug": "<string>"
}'
Authorizations
Query Parameters
Your API key
ID of the user to fetch the credentials for
Response
200
_mintlify/placeholder
OK
curl --request POST \
--url https://api.cal.com/v1/credential-sync \
--header 'Content-Type: application/json' \
--data '{
"encryptedKey": "<string>",
"appSlug": "<string>"
}'