Hi @IntegrationSupport, Hope you are doing well,
We got “User is NOT authorized to access the Resource. API Subscription validation failed” ,.error while calling following API even though having access for v3 APIs,
Client ID: SBX_003536
curl --location ‘https://dev.abdm.gov.in/hiecm/api/v3/token/generate-token’
–header ‘REQUEST-ID: 2ffd88b9-8759-43cf-b141-062fecbbe452’
–header ‘X-HIP-ID: OG-ICAFAA’
–header ‘TIMESTAMP: 2023-12-18T12:57:47.001Z’
–header ‘X-CM-ID: sbx’
–header ‘Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSld’
–header ‘Content-Type: application/json’
–data-raw ‘{“abhaNumber”:“91517662830762”,“abhaAddress”:“karthikeyan@sbx”,“name”:“Karthikeyan”,“gender”:“M”,“yearOfBirth”:2000}’
Got Error ,
{
"code": "900908",
"message": "Resource forbidden ",
"description": "User is NOT authorized to access the Resource. API Subscription validation failed."
}