curl --request POST \
--url https://api.cal.com/v2/calendars/{calendar}/credentials \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"username": "<string>",
"password": "<string>"
}'
curl --request POST \
--url https://api.cal.com/v2/calendars/{calendar}/credentials \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"username": "<string>",
"password": "<string>"
}'
value must be Bearer <token>
where <token>
is api key prefixed with cal_ or managed user access token
apple