Patient Directory API's
Search patient profiles
Search patient profiles by username, mobile, or full name (prefix match). The limit
parameter defines how many results to return (default: 100, max: 100).
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Example:
"EC_1431"
Query Parameters
Example:
"121"
Example:
"EK001"
Example:
"Eka"
Example:
10
Response
200
application/json
A list of patient profiles matching search query (PREfix search)
The response is of type object[]
.