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}}
Modified at 2025-09-08 14:27:39