How do I test my API client?

-

You can test your API Client by making a request to

https://api.oauth.test.pabau.com/{api}/

If the request is successful, the tls-test endpoint will return a HTTP status code of 200 and also an “OK” in the response body. Otherwise, your client may throw an error regarding the connection failing.

This API will produce dummy data (not related to your account) - in which you can practice creation/update/delete calls until you are ready for production.