Skip to main content
POST
/
scheduling_links
Create scheduling link
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.

Authorizations

Authorization
string
header
required

OAuth 2.1 with PKCE. Request the minimum scopes your integration needs. See the Scopes catalog for the full list.

Body

application/json
max_event_count
enum<integer>
required
Available options:
1
owner
string<uri>
required
owner_type
enum<string>
required
Available options:
EventType

Response

201 - application/json

Created

resource
object