Skip to main content
GET
/
webhook_subscriptions
/
sample_data
Get webhook sample payload
curl --request GET \
  --url https://api.calendly.com/webhook_subscriptions/sample_data \
  --header 'Authorization: Bearer <token>'

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.

Query Parameters

event
enum<string>
required
Available options:
invitee.created,
invitee.canceled,
invitee_no_show.created,
invitee_no_show.deleted,
routing_form_submission.created

Response

200

OK