The authentication flow for the Healthily API is as follows:
- Authenticate against the login endpoint using your unique API token and API Key
- This will return a time-limited JWT Access Token in the response
- The Access Token must be used (along with your unique API Key) for all requests to the Chat endpoint
- Once the Access Token expires, a new one must be requested
📘Info
Your Healthily account manager will provide you with your authentication token and API Key. You can sign up online for trial access here.