API Reference
Health Check
GET
/healthQuery Parameters
echostring(optional)· Defaults to echoAn optional query string to be returned back by the API
Response
200OK
json
{
"timestamp": 1769469514,
"echo": "NONE"
}200OK - 1
json
{
"timestamp": 1769469514,
"echo": "my_echo"
}