cURL
curl --request GET \ --url https://api.eka.care/profiles/v1/patient/{oid} \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <client-id>'
{ "oid": "175074536120088", "wid": "77088166996724", "ps": "P", "c_ate": 1750745358, "u_ate": 1750745358, "gen": "M", "dob": "2000-01-02", "is_age": true, "fn": "Eka", "ln": "User", "fln": "Eka User", "bg": "B+", "mobile": "1201201201", "ccd": "+91", "email": "eka.user@example.com", "username": "ABC001", "s": "Mr.", "abha": "example@abdm" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"EC_1431"
18661861868168
Patient profile details
The response is of type object.
object
Was this page helpful?