curl --request POST \
--url https://api.cal.com/v1/credential-sync \
--header 'Content-Type: application/json' \
--data '{
"encryptedKey": "<string>",
"appSlug": "<string>"
}'
Your API key
ID of the user to fetch the credentials for
Create a new credential
The body is of type object
.
OK
curl --request POST \
--url https://api.cal.com/v1/credential-sync \
--header 'Content-Type: application/json' \
--data '{
"encryptedKey": "<string>",
"appSlug": "<string>"
}'
curl --request POST \
--url https://api.cal.com/v1/credential-sync \
--header 'Content-Type: application/json' \
--data '{
"encryptedKey": "<string>",
"appSlug": "<string>"
}'
Your API key
ID of the user to fetch the credentials for
Create a new credential
The body is of type object
.
OK
curl --request POST \
--url https://api.cal.com/v1/credential-sync \
--header 'Content-Type: application/json' \
--data '{
"encryptedKey": "<string>",
"appSlug": "<string>"
}'