Skip to main content
POST
/
credential-sync
Create a credential record for a user
curl --request POST \
  --url 'https://api.cal.com/v1/credential-sync?apiKey=' \
  --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

OK