Bingli documentation
Welcome to the Bingli API Integration Guide.
This document is designed to provide a comprehensive guide for individuals and organizations seeking to integrate with Bingli's advanced API services. Bingli offers a seamless and efficient way for healthcare providers and systems to enhance patient engagement and streamline medical consultations through digital surveys and patient information management
API
Authentication
How to start with this document?
The best way to start with this integration is by clicking the right top and selecting "Run in postman", this makes a clone of the complete collection where you should only adapt the values.
Key Parameters Overview
Integrating with the Bingli API involves a series of parameters that must be correctly configured to ensure a successful and seamless integration. This section provides an overview of all the essential parameters you will need to set up and utilize the Bingli API effectively.
Essential Parameters for Integration
- Tenant Reference (Tenant_ID):
- Description: A unique identifier provided by Bingli for each tenant.
- Usage: Used in API requests to link the data to the specific tenant.
- Example:
3955a7c5-5804-4bab-bfb0-c1aac4f12f5a
- User/password:
- Description: A user account with password for request a valid JWT token
- Usage: Required for authentication in API requests.
- Healthcare Service ID (HCS_ID):
- Description: A unique identifier for each healthcare service or category provided by an organization.
- Usage: Used to specify the particular service in API requests.
- Note: This is unique per tenant
POSTFetch bearer token
Description
This endpoint is used for authentication, allowing a system to obtain a token by providing their account credentials. The token is required for subsequent API requests that need authentication.
Request
credentialType: An integer representing the type of credential, e.g.,
10
. is passwordaccount: The email address. Replace with the actual email.
credential: The password. Replace with the actual password.
tenantId: The tenant ID retreived from the Bingli system. Replace with the actual tenant ID.