Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dimitri Grassi

    (@wordpresschef)

    Hi,

    you firstly need to generate the “Access token” using the same credentials of your wordpress account.

    Then you can use the endpoints.

    Thread Starter keishawj

    (@keishawj)

    Hi,

    How exactly do I get the access token?

    I have tried to send a request to https://{my-wordpress-site}/wp-json/salon/api/v1/login with name and password in the query string using the same credentials of my WordPress account, but I get the response.

    {
        "code": "rest_no_route",
        "message": "No route was found matching the URL and request method.",
        "data": {
            "status": 404
        }
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using REST API for Booking’ is closed to new replies.