We have integrated /v1/forgot/healthId/mobile to retrieve health ID via mobile but no user account can be found with the following health id provided error occurs for already created health id via mobile.i.e not able to retrieve already existing health id.
I have use the following api sequence
/v1/forgot/healthId/mobile/generateOtp
/v1/forgot/healthId/mobile
v1/forgot/healthId/mobile to retrieve health ID via mobile but no user account can be found with the following health id provided error occurs as mentioned in above screenshots.
Hi @Gowardhan_Mahajan,
Even I was facing the same issue. In /v1/forgot/healthId/mobile there is one field “status”, I am passing it as empty { “status”:"" }, now it is working fine.
May, this should also work for you.
1 Like
Its working for me too.Thanks