PHR Service profile API is not returning address and pincode

Hi @IntegrationSupport team,
We are building an PHR Application and calling /cm/patients/me API to fetch the profile detail but it’s not returning the address and pincode.
Is this the correct API to fetch the profile information for a ABHA address(for PHR application)? If yes, then how can we fetch address and pincode detail? If not, then please provide us the correct API to fetch address and pincode information.

Note: Even if we update the address and pincode using /cm/v1/apps/profile/update API still /patients/me api is not returning these parameters.


@abhishek1.kamla this is correct API. Please check if the ABHA generated has address and pincode entered correctly. You may chk this from healthidsbx.abdm.gov.in. May refer to https://sandbox.abdm.gov.in/swagger/ndhm-phr-app.yaml

It has the address and Pincode, you can see that it’s also showing up in NDHM’s Sandbox PHR App. But when we call /cm/patients/me API there it’s not returning it. If this API is not returning the address and pincode then how it’s showing up in sandbox’s PHR App? Are there different APIs is getting called? @IntegrationSupport

This issue is resolved. API https://dev.abdm.gov.in/cm/v1/apps/profile/me is returning the address and pin, which is PHR API and we were using Consent Manager me API(which is not returning address and pin).
Thanks for the support.