Diagnose API connection

The GET and POST requests can be used to validate your connection to the API. A token is not required.

Some tense corporate firewalls, or basic client applications don't support the methods PATCH, PUT & DELETE.
With diagnostics, your application can test if this is the case.
In order to keep using the API, you can tunnel your request into a POST and specify the desired method in the X-HTTP-Method-Override header.





Response:
Click button to launch function.

JS code:
Click button to show code.