No API documented yet. Know where the docs live? Propose the links above.
Actions (27)
Webhooks · 24
- App installed (webhook)POST {your-webhook-url}
Receive notification when an app is installed or when the organization token is updated.
documented - App uninstalled (webhook)POST {your-webhook-url}
Receive notification when an app is uninstalled.
documented - Assignment ended (webhook)POST {your-webhook-url}
Notify when an assignment ends or ends date is in the past.
documented - Assignment started (webhook)POST {your-webhook-url}
Notify when an assignment becomes active.
documented - Checkin canceled (webhook)POST {your-webhook-url}
Notify when a check-in is canceled.
documented - Invoice paid (webhook)POST {your-webhook-url}
Notify when an invoice is paid.
documented - Invoice updated (webhook)POST {your-webhook-url}
Notify when an invoice is updated.
documented - Member booking canceled (webhook)POST {your-webhook-url}
Notify when a member's booking is canceled.
documented - Member booking updated (webhook)POST {your-webhook-url}
Notify when a member's booking is updated.
documented - Member updated (webhook)POST {your-webhook-url}
Notify when a user profile is updated.
documented - New check-in (webhook)POST {your-webhook-url}
Notify when a user checks in.
documented - New issue (webhook)POST {your-webhook-url}
Notify when a user reports a new issue.
documented - New lead (webhook)POST {your-webhook-url}
Notify when a new lead is added to an organization.
documented - New member (webhook)POST {your-webhook-url}
Notify when a new member is added to an organization.
documented - New member booking (webhook)POST {your-webhook-url}
Notify when there is a new booking for a member.
documented - New plan subscription (webhook)POST {your-webhook-url}
Notify when a user or team's subscription starts.
documented - New sale (webhook)POST {your-webhook-url}
Notify when a product sale is made.
documented - New team member (webhook)POST {your-webhook-url}
Notify when a user is added to a team.
documented - Organization token updated (webhook)POST {your-webhook-url}
Notify when the organization token is updated.
documented - Plan ending soon (webhook)POST {your-webhook-url}
Notify when a plan subscription is ending soon.
documented - Plan subscription canceled (webhook)POST {your-webhook-url}
Notify when a user or team plan subscription is canceled.
documented - Plan subscription changed (webhook)POST {your-webhook-url}
Notify when a subscription changes.
documented - Team member deleted (webhook)POST {your-webhook-url}
Notify when a user is removed from a team.
documented - Team updated (webhook)POST {your-webhook-url}
Notify when a team profile is updated.
documented
Bookings · 3
- Check resource availabilityPOST /graphql
Query available time slots and resources for a given window.
documented - Commit a bookingPOST /graphql
Commit a drafted booking to permanently create the booking.
documented - Draft a bookingPOST /graphql
Draft a new booking to validate inputs, preview cost, and set up the booking session.
documented