cURL
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_, managed user access token, or OAuth access token
Bearer <token>
<token>
apple
Was this page helpful?