POST
/
credential-sync
curl --request POST \
  --url https://api.cal.com/v1/credential-sync \
  --header 'Content-Type: application/json' \
  --data '{
  "encryptedKey": "<string>",
  "appSlug": "<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

Body

application/json
Create a new credential
encryptedKey
string
required
appSlug
string
required

Response

200
_mintlify/placeholder

OK