Patient Registration API
Get patient details by profile id
This API provides functionality to get details of a patient by their Eka profile id, from a business’ directory. The patient should have been previously added to the business directory for this API to return the patient’s details.
Request Parameter
Parameter | Type | Expected Values | Description | Required/Optional/Not Required |
---|---|---|---|---|
patient_id | string | Patient’s Eka profile id | Patient’s eka profile id | Required |
GET
Headers
The auth token of the business. It is used to authenticate the client. This should be fetched from auth api.
Path Parameters
Response
200 - application/json