Authorizations
Response
200 - application/json
url works
curl --request GET \
--url https://app.herondata.io/api/hello_world \
--header 'x-api-key: <api-key>'
{
"hello": "<string>"
}
Test endpoint (no authentication)
curl --request GET \
--url https://app.herondata.io/api/hello_world \
--header 'x-api-key: <api-key>'
{
"hello": "<string>"
}
Was this page helpful?