cURL
curl --request GET \ --url https://api.ondoperps.xyz/hello \ --header 'Authorization: Bearer <token>'
{ "hello": "world" }
Simple health check. Returns a static JSON payload. No authentication required.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Hello response
"world"