All requests require an
Authentication payload to be sent with the request.Authorization header with your API key.
Example
Shell
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Learn best practices for managing authentication, securing requests, and maintaining seamless API access for your integration.
Authentication payload to be sent with the request.Authorization header with your API key.
curl https://api.glass.fm/v2/action/person \
--header "Authorization: Bearer $HEALTHSTREET_API_KEY"
