cURL
curl --request GET \ --url https://api.eka.care/abdm/v1/profile \ --header 'Authorization: Bearer <token>'
{ "abha_address": "shyam@abdm", "abha_number": "12-3456-7856-8912", "address": null, "day_of_birth": null, "first_name": null, "gender": "M", "kyc_verified": null, "last_name": null, "middle_name": null, "mobile": null, "month_of_birth": null, "pincode": null, "year_of_birth": null }
Fetches the ABHA profile of the User.
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
OID is used to Identify the user.
OK
The response is of type object.
object
Was this page helpful?