Skip to main content
GET
/
hello
Hello
curl --request GET \
  --url https://api.ondoperps.xyz/hello
{
  "hello": "world"
}

Response

Hello response

hello
string
Example:

"world"