Skip to main content
GET
/
hello
Hello
curl --request GET \
  --url https://api.ondoperps.xyz/hello \
  --header 'Authorization: Bearer <token>'
{
  "hello": "world"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Hello response

hello
string
Example:

"world"