POST
/
v2
/
calendars
/
{calendar}
/
credentials
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>"
}'

Headers

Authorization
string
required

value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token

Path Parameters

calendar
enum<string>
required
Available options:
apple

Body

application/json
username
string
required
password
string
required