HI @IntegrationSupport
I want to get QR code with help of (api/v1/account/qrCode) RefDocument is: https://app.swaggerhub.com/apis-docs/abdm.abha/abha-service/1.0#/Profile/getQrCodeUsingGET
But i m getting error
{
“timestamp”: “2023-07-31T08:54:29.905+0000”,
“status”: 401,
“error”: “Unauthorized”,
“message”: “Unauthorized”,
“path”: “/api/v1/account/qrCode”
}
I generated X-Token with help of
https://healthidsbx.abdm.gov.in/api/v1/auth/init
https://healthidsbx.abdm.gov.in/api/v1/auth/confirmWithAadhaarOtp
and successfully got Token and refreshToken when when i use to ken for generating qrCode then its showing me Unauthorized. However Token is not expired because i just create that screen shot for your reference
I tried with X-Token: Bearer TOKENHERE and without Bearer both behaviour is same