Hi. Hopefully someone can point out how to go about this. I am trying to access info from the Setmore API. I am trying to construct a mobile web app for my wife’s day spa and would like to integrate the API calls into her website. I haven’t gotten far with this.
So far I have been able to use Postman to make a GET request for a token using their supplied refresh_token. Then I was able to make a successful GET request on the Bookingservices api.
Now I would like to know how do I go about using this in an actual Express web app. I’ve tried looking online for references but all the info given to me is a bit over my head at the moment. Does anyone know of a tutorial or link that would help explain Token based API’s in a simpler way?