Divine Appointment Booking Lite is a lightweight appointment booking plugin. Let your customers pick a service, choose a date and time, and book — payment is collected at the appointment, so there is nothing to configure and no payment gateway to set up.
Features
Usage
Add the shortcode to any page or post:
[dcabl_booking]
REST API
Enable the API by setting an API key under Divine Appointment Booking Lite Settings API / Integrations. Requests must include the key in the X-Divine-Key header. Endpoints include:
GET /wp-json/divine-booking/v1/servicesGET /wp-json/divine-booking/v1/available-dates?month=YYYY-MMGET /wp-json/divine-booking/v1/available-slots?date=YYYY-MM-DDPOST /wp-json/divine-booking/v1/bookGET /wp-json/divine-booking/v1/appointment?id= or ?email=POST /wp-json/divine-booking/v1/reschedulePOST /wp-json/divine-booking/v1/cancelGET /wp-json/divine-booking/v1/business-infoThe API is disabled until you set a key.