List all ABHA Address for ABHA Number

Hi Team,

We wanted to check if there is any API available to list all the ABHA addresses associated with a ABHA Number. While going through the flow, we identified a gap where if patient wants to link his/her patient record to a specific ABHA address (which is the whole point of having multiple ABHA addresses), there is no way for HIP to list all the ABHA addresses for the patient’s ABHA Number.

Any guidance in this direction will be really appreciated.

Thanks,
Arpit
CliniQ360.

Hi @arpit,

did you get a chance to check this:

3.13 IDP – Get all address

This API is used to get all ABHA addresses linked to the mobile number

URL: /api/v3/identity/mobile/all/address/{Mobilenumber}
Request: GET

Thanks

Hi @satyadeep,

Can you please share more details about the above mentioned API? Is it possible to share documentation link for this?

Thanks,
Arpit
CliniQ360

Hi @arpit, here is the link for the same https://sandbox.abdm.gov.in/documents/ABDM_M1.docx
and this is the link for mapping v1/v2 APIs to v3
https://sandbox.abdm.gov.in/documents/API_Mapping_ABHA_HIECM.xlsx

Please let me know if this helps.

Thanks

Hi @satyadeep, Thanks for the documentation links. This was really helpful.
We tried using the API but getting unauthorised error in response. We are using below base url: https://healthidsbx.abdm.gov.in/api
Here is the request we tried:

curl --location ‘https://healthidsbx.abdm.gov.in/api/v3/identity/mobile/all/address/8552012549
–header ‘Accept-Language: en-US’
–header ‘Content-Type: application/json’
–header ‘Accept: /
–header ‘REQUEST-ID: 58374898-0565-473b-8168-1c78b3ee9201’
–header ‘TIMESTAMP: 2023-11-16T04:43:26.585000’
–header ‘Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCIg’

Is there something wrong we are doing here? Can you please guide us here?

Thanks,
Arpit
CliniQ360

@Arpit,

You need to check if your client ID has access to V3 APIs. Please connect with @IntegrationSupport on this.

Thanks