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>"
}
Authentication works
The response is of type object
.
Was this page helpful?