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

Authorizations

x-api-key
string
header
required

Response

200
application/json
Authentication works

The response is of type object.