SimplyBook.me
Online appointment booking and scheduling software
Actions (89)
Catalogue · 30
- Add company reviewPOST /catalog
Submit a new review for a company.
documented - Add promotion reviewPOST /catalog
Submit a new review for a promotion.
documented - Delete client feedbacksPOST /catalog
Remove client feedback records.
documented - Delete client promotion feedbacksPOST /catalog
Remove client promotion feedback records.
documented - Get autocompletePOST /catalog
Return autocomplete results for business/user queries.
documented - Get categoriesPOST /catalog
Return catalogue categories.
documented - Get citiesPOST /catalog
Return a list of cities represented in the catalogue.
documented - Get client reviews likesPOST /catalog
Return like/upvote data for client reviews.
documented - Get company countPOST /catalog
Return count of companies matching a filter.
documented - Get company infoPOST /catalog
Return detailed information about a specific company.
documented - Get company listPOST /catalog
Return a list of companies matching a filter, with optional pagination.
documented - Get company promotion listPOST /catalog
Return promotions associated with a company.
documented - Get company reviewPOST /catalog
Return a specific company review by ID.
documented - Get company reviewsPOST /catalog
Return reviews for a company.
documented - Get company reviews countPOST /catalog
Return number of reviews for a company.
documented - Get countriesPOST /catalog
Return a list of countries represented in the catalogue.
documented - Get feedback listPOST /catalog
Return feedback for companies/services.
documented - Get promotion countPOST /catalog
Return count of promotions matching a filter.
documented - Get promotion infoPOST /catalog
Return detailed information about a promotion.
documented - Get promotion listPOST /catalog
Return active promotions, with optional filters for services/countries.
documented - Get promotion list by IDsPOST /catalog
Return promotions by a list of IDs.
documented - Get promotion reviewsPOST /catalog
Return reviews for promotions.
documented - Get recent companiesPOST /catalog
Return recently added companies.
documented - Get recent feedbacksPOST /catalog
Return recent feedback for catalogue entries.
documented - Get recent promotionsPOST /catalog
Return promotions recently added or promoted.
documented - Get related promotionsPOST /catalog
Return promotions related to a given promotion or service.
documented - Get tagsPOST /catalog
Return available tags for filtering.
documented - Get top citiesPOST /catalog
Return cities with most listings/promotions.
documented - Get top countriesPOST /catalog
Return countries with most listings/promotions.
documented - Get user locationPOST /catalog
Return the user's location data for filtering.
documented
Bookings · 20
- Calculate end timePOST /
Calculate the end date/time for a given start date/time, event, and unit.
documented - Cancel bookingPOST /
Cancel an existing booking by ID with a valid signature.
documented - Confirm batch paymentPOST /
Confirm payment for a batch of bookings.
documented - Confirm bookingPOST /
Confirm a booking using a signed token.
documented - Confirm booking batchPOST /
Confirm a batch of bookings in a single operation.
documented - Confirm booking cartPOST /
Confirm a cart of bookings after payment.
documented - Create bookingPOST /
Create a new booking for a service/unit on a specific date and time.
documented - Create booking batchPOST /
Create a new booking batch and obtain a batch ID for grouping bookings.
documented - Filter available unitsPOST /
Filter and return units that can fulfill a given service at a specific time.
documented - Get bookingPOST /
Return details for a specific booking by ID (requires valid signature).
documented - Get booking cancellations infoPOST /
Return information about potential cancellations for a booking.
documented - Get booking cartPOST /
Return cart information for a set of booking IDs.
documented - Get booking commentPOST /
Return comments associated with a booking.
documented - Get booking detailsPOST /
Return detailed information for a specific booking (requires signature).
documented - Get booking statusPOST /
Return the status of a booking.
documented - Get bookingsPOST /
Return a list of bookings filtered by date/creation parameters (admin).
documented - Get reserved timePOST /
Return map of reserved/not-working times for a date range.
documented - Get reserved time intervalsPOST /
Return not-available time blocks for a date range.
documented - Set booking commentPOST /
Update or add a comment for a booking.
documented - Set statusPOST /
Update status of a booking or related entity.
documented
Calendar · 5
- Delete special dayPOST /
Remove a special date/workday override.
documented - Get first working dayPOST /
Return the first working day for a given unit.
documented - Get work calendarPOST /
Return the company’s work schedule for a given year/month.
documented - Get work days infoPOST /
Return working hours/breaks for a period for a service/performer.
documented - Set work day infoPOST /
Update work day information for a company/service/provider.
documented
Company · 5
- Get company infoPOST /
Return detailed information about the company.
documented - Get company paramPOST /
Return a specific company config value.
documented - Get company paramsPOST /
Return multiple company config values as a map.
documented - Get company timezone offsetPOST /
Return the company's timezone offset and timezone.
documented - Get user license textPOST /
Return user license text if the feature is enabled.
documented
Authentication · 4
- Get application tokenPOST /
Return an application token to access catalogue and API methods.
documented - Get service URLPOST /
Return API URL for a given company login.
documented - Get tokenPOST /
Return an access token for the company/application (uses company login + API key).
documented - Get user tokenPOST /
Return a user-level token for the company (admin/catalogue access context).
documented
Payments · 4
- Confirm booking payment (deprecated)POST /
Deprecated: confirm a single booking payment (use batch/cart approaches instead).
documented - Get payment processor configPOST /
Return configuration for a payment processor.
documented - Is payment requiredPOST /
Return whether payment is configured for a service or globally.
documented - Validate paymentPOST /
Validate a payment against cart and provider data.
documented