Tests
Connection test
If you need test REST API availability, please use this resource.
get/tests/connection
Query parameters
test_stringstring
A test string sends to REST API. Correct result should revert the string.
Response
OK
Example response
{
"data": {
"test_string": "!dlroW olleH"
}
}