The authentication flow for the Healthily API is as follows:

  1. Authenticate against the login endpoint using your unique API token and API Key
  2. This will return a time-limited JWT Access Token in the response
  3. The Access Token must be used (along with your unique API Key) for all requests to the Chat endpoint
  4. 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.