GET
/
api
/
hello_world
curl --request GET \
  --url https://app.herondata.io/api/hello_world \
  --header 'x-api-key: <api-key>'
{
  "hello": "<string>"
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json
url works

The response is of type object.