Healthcare Professional ID Login v1 API not working for me

Hi,

I created a Health Professional Id uisng aadhaar and also set a passowrd for that. Could login in the web portal “https://hpridsbx.abdm.gov.in/” ( that uses v2 APIs).

But the same credentials don’t work when I try using the v1 API https://hpridsbx.ndhm.gov.in/api/v1/auth/authPassword

There are four fields we can pass in the request:

{
“domainName”: “string”,
“hprId”: “string”,
“idType”: “string”,
“password”: “string”
}

It is giving 410 ( Unauthorized ) response. Tried lot of combinations of these field values, but to no avail.

My id is : neeraj.test1@hpr.sbx ( /@hpr.ndhm)

Can someone help me over here as to what is missing from my end.

Regards,
Neeraj

Hi @neeraj.test1,
What headers are you passing?
In order to call APIs, You need a valid access token then only you can call APIs.

Thanks