cURL
curl --request PATCH \ --url 'https://api.cal.com/v1/credential-sync?apiKey=' \ --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?