API Reference

Health Check

GET/health

Query Parameters

echostring(optional)· Defaults to echo

An 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"
}