Core resources
Api requestsAttribute optionsAttributesBooking detailsBooking updatesBookingsCalendar event notesCalendar event updatesCalendar eventsCapacitiesCapacity group dependenciesCapacity groupsContact bookingsContactsCoupon productsCoupon servicesCoupon usesCouponsExternal calendarsInvoicesLine item taxesLine itemsMembersMessage eventsMessage templatesMessagesOrganization calendar logsOrganizationsPaddle plansPaddle subscriptionsPaymentsPermissionsPrice calendar entriesPricelabs pricingPricing widgetsProduct attribute optionsProduct calendar logsProduct message templatesProduct reply to addressesProduct servicesProductsRefundsReply to addressesReview productsReview widget listingsReview widgetsReviewsSeasonsServicesSite listingsSite nav itemsSite pagesSite viewsSitesTask assigneesTask template assigneesTask templatesTasksTaxesUser profilesWebhook notificationsWebhooksWidget analyticsWidget listingsWidgetsBooking flow
Query availabilitySearch availabilityBookidtextUnique identifier
period"monthly" | "yearly"Billing period for this plan
tierTierTier this plan is for
versiontextVersion of Paddle this plan is active on
JSON
{
"id": "",
"period": "",
"tier": "premium",
"version": ""
}idFilter<text>Unique identifier
periodFilter<"monthly" | "yearly">Billing period for this plan
tierFilter<Tier>Tier this plan is for
versionFilter<text>Version of Paddle this plan is active on
200A list of paddle plans with the selected columns
206Partial Content
GET /paddle_planscurl -X GET "https://api.bookingmood.com/v1/paddle_plans?select=*" \
-H "Authorization: Bearer YOUR_API_KEY"