latestOpenAPI 3.0.02026-08-151824201.4 MB
3506493f7ae3
Supporting
Public
Tests the connection to the API server, and returns its version. You can use this to make sure the API is reachable, and matches the expected version.
get/public/test
Query parameters
expected_result'exception'
The value "exception" will trigger an error response. This may be useful for testing wrapper libraries.
Response
Success response
Example response
{
"result": {
"version": "2.1.26"
}
}