v2
OpenAPI 3.0.02026-07-311824171.4 MBSupporting
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"
}
}