Using REST API for Booking
-
I saw this link speaking about, RESTful API for this plugin https://www.salonbookingsystem.com/salon-booking-system-restful-api/
I wanted to be able to use REST endpoints like identified here for my WordPress site: https://app.swaggerhub.com/apis/andrei04/salon-booking_plugin_api_public/1
I assumed that I would be able to do this for my own WordPress site after I installed the plugin. For example, retrieve my list of services with a
https://{my-wordpress-site}/wp-json/salon/api/v1/services
request.How do I get these REST endpoints, like those described in the links above, to work for my site, where I have the plugin installed?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Using REST API for Booking’ is closed to new replies.