Authorizations
Query Parameters
Your API key
ID of the user to fetch the credentials for
ID of the credential to update
Body
application/json
Update a new credential
Response
OK
curl --request PATCH \
--url https://api.cal.com/v1/credential-sync \
--header 'Content-Type: application/json' \
--data '{
"encryptedKey": "<string>"
}'
curl --request PATCH \
--url https://api.cal.com/v1/credential-sync \
--header 'Content-Type: application/json' \
--data '{
"encryptedKey": "<string>"
}'
Your API key
ID of the user to fetch the credentials for
ID of the credential to update
Update a new credential
OK
Was this page helpful?