All requests require an Authentication payload to be sent with the request.

All requests to the Health Street API must include an Authorization header with your API key.

Example

Shell
curl https://api.glass.fm/v2/action/person \
     --header "Authorization: Bearer $HEALTHSTREET_API_KEY"