Credentials
Update 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
Update a credential record for a user
PATCH
/
credential-sync
Copy
curl --request PATCH \
--url https://api.cal.com/v1/credential-sync \
--header 'Content-Type: application/json' \
--data '{
"encryptedKey": "<string>"
}'
Authorizations
Query Parameters
Your API key
ID of the user to fetch the credentials for
ID of the credential to update
Body
application/json
Copy
curl --request PATCH \
--url https://api.cal.com/v1/credential-sync \
--header 'Content-Type: application/json' \
--data '{
"encryptedKey": "<string>"
}'