Telehealth Public APIs
    Telehealth Public APIs
    • Introduction
    • SSO Login
      • Generate SSO token
        POST
      • SSO Login
        GET
    • General APIs
      • Create Patient
        POST
      • Upload Patient File
        POST
      • Submit Patient's Form Response
        POST
      • Lab readings
        POST
      • Assign Service to Patient
        POST
      • Create Patient's Chart Note
        POST
      • Get Provider's Appointment Slots
        POST
      • Provider Sign Up
        POST
      • GraphQL Get Patient(s)
        POST

    Introduction

    Welcome to the Telehealth Public APIs documentation. This API leverages to provide secure authentication using the OAuth2 password grant mechanism.

    Overview#

    To ensure secure access, we require all API requests to be authenticated.

    Authentication#

    Please get the access token to authenticate requests from the support team. You can use the token in Authorization header as:
    Authorization: Bearer {{token}}
    OR simply,
    Authorization: {{token}}
    Happy coding!
    Modified at 2025-09-08 14:27:39
    Next
    Generate SSO token
    Built with