Testing the API could be done by using an API client software like (example: Postman) or by installing a web browser extension.
Some examples of browser extensions:
The most basic test is to check if the authentication is successful.
Endpoint: /clients/current
Methods : GET, HEAD
Please see the /clients/current endpoint documentation for more information and code examples.
/test endpointEndpoint: /test
Methods : GET, HEAD, POST
Please see the /test endpoint documentation for more information and code examples.