Creates a single-use scheduling link for an event type. After one invitee schedules, the link is no longer available.
curl --request POST \
--url https://api.calendly.com/scheduling_links \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"max_event_count": 1,
"owner": "<string>",
"owner_type": "EventType"
}
'{
"resource": {
"booking_url": "<string>",
"owner": "<string>",
"owner_type": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://calendly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Created
Show child attributes
curl --request POST \
--url https://api.calendly.com/scheduling_links \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"max_event_count": 1,
"owner": "<string>",
"owner_type": "EventType"
}
'{
"resource": {
"booking_url": "<string>",
"owner": "<string>",
"owner_type": "<string>"
}
}