Hi Team,
I am trying to implement the ABHA account/address verification process, below are the details:
- URL: https://dev.abdm.gov.in/gateway/api/v3/identity/authentication
- Request: POST
- Header Parameters: This section defines the header parameters required for invoking the API for demographic authentication
a. REQUEST_ID (required) - 18235d89-cb13-479d-ad71-7a57d5f669a8
b. TIMESTAMP (required) - 2023-02-2810:33:10 - Body Parameters:
{ “scope”: “OTP”, “parameters”: { “abhaNumber”: “47587274176735” } }
I am trying to call this API in Postman and as a response, I am getting Request timeout.
Please help me out on this.
The use case is very simple, As a registration desk(Service provider) I will get the ABHA number from the patient and hit the above endpoint to generate OTP for patient’s registered number and validate it to get his demographic details.
I am not sure where I am going wrong, trying this from past one week.