PATCH
/
credential-sync
curl --request PATCH \
  --url https://api.cal.com/v1/credential-sync \
  --header 'Content-Type: application/json' \
  --data '{
  "encryptedKey": "<string>"
}'

Authorizations

apiKey
string
query
required

Query Parameters

apiKey
string
required

Your API key

userId
string
required

ID of the user to fetch the credentials for

credentialId
string
required

ID of the credential to update

Body

application/json
encryptedKey
string
required