api

Testing

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:


Authentication

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.


Using the /test endpoint

Endpoint: /test
Methods : GET, HEAD, POST

Please see the /test endpoint documentation for more information and code examples.


README