Not able to Authenticate using OTP - URL: { apigateway }/api/v3/identity/authentication

Hi Team,

I am trying to implement the ABHA account/address verification process, below are the details:

  1. URL: https://dev.abdm.gov.in/gateway/api/v3/identity/authentication
  2. Request: POST
  3. 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
  4. 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.

Hi @Sandesh.p
In headers, please try adding Authorization token and also try using TIMESTAMP: {{$isoTimestamp}}

Hi @ayadav33 Thanks for you reply.

I changed the Timestamp format to {{$isoTimestamp}}, but it is still not working.

Please let me know what changes I have to make to this.