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