curl --request POST \
--url 'https://api.cal.com/v1/credential-sync?apiKey=' \
--header 'Content-Type: application/json' \
--data '
{
"encryptedKey": "<string>",
"appSlug": "<string>"
}
'curl --request POST \
--url 'https://api.cal.com/v1/credential-sync?apiKey=' \
--header 'Content-Type: application/json' \
--data '
{
"encryptedKey": "<string>",
"appSlug": "<string>"
}
'Was this page helpful?