Retrieve patient profiles by mobile number
Patient Directory APIs
Retrieve patient profiles by mobile number
Retrieves patient profiles using the mobile number in a workspace.
The mobile number must be in the format +<country_code><number>.
By default, it returns a minimal profile with oid, username, fln, gen, dob, abha, ccd, ps. To get the full profile, set full_profile=true.
GET
Retrieve patient profiles by mobile number
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Example:
"EC_1431"
Query Parameters
Example:
"+911234567890"
If true, returns the full patient profile details.
Response
200 - application/json
Patient profile details

