Abha Address Creation by Abha Number

Dear Team
We want to create an ABHA address by the existing abha number and for that, we are trying to follow the below APIs,
https://phrsbx.abdm.gov.in/api/v1/phr/registration/hid/search/auth-methods
{
“healhtIdNumber”: “91-7781-6225-2135”
}
But we are getting below response
{

"code": "MIS-422",

"message": "Unable to process the current request due to some wrong data entered.",

"details": [

    {

        "message": "ABHA Number not Found or No ABHA address linked with this ABHA number. Please register an ABHA address with the ABHA number. ",

        "code": "MIS-1070",

        "attribute": null

    }

]

}

The Tried passing healthId with dash and without a dash, Also, tried to use the old healthId still getting the same error,

Also, This same error we are receiving from PHR Web (phrsbx.abdm.gov.in) and If I use the same HealthId in https://healthidsbx.abdm.gov.in/ Then it’s working fine.

Dear @barotdhruv93,
Please use /api/v1/phr/registration/hid/create-phr-address API to create abha address with abha number

For API flow please refer below devforum link -