CalendlyApi
Last updated
Was this helpful?
Last updated
Was this helpful?
createSchedulingLink(
)
Returns
createWebhookSubscription(
)
Returns
getCurrentOrganization()
getCurrentUser()
getUser(String uuid)
getEventType(String eventTypeUUID)
getInvitee(String eventUUID, String inviteeUUID)
getOrganizationMembership(String uuid)
getScheduledEvent(String uuid)
getWebhookSubscription(String uuid)
verifyWebhookSignature(String signature, String webhookSigningKey, String webhookPayload)
verifyWebhookSignature(String signature, String webhookSigningKey, String webhookPayload, Long tolerance)
Returns
Returns
Returns
Returns
Returns
Returns
Returns
Returns
Returns
Returns
Returns
Returns
Returns
Returns
Returns
See
The tolerance value is stored in milliseconds. For example, setting a tolerance value of 180000L (3 minutes) will cause the verifyWebookSignature method to reject any webhooks that were sent over 3 minutes ago. This feature allows you to prevent .
Returns
See