I’m trying to login to PHR App using “Email auth init” (https://dev.abdm.gov.in/cm/v1/apps/login/mobileEmail/auth-init), but it says “Access Denied”
When I try to add PHR roles (in https://dev.abdm.gov.in/gateway/v1/bridges/addUpdateServices) using the below body
[
{
“id”: “Akshay_PHR”,
“name”: “Akshay PHR App”,
“type”: “PHR”,
“active”: true,
“alias”: [“PHR”]
}
]
I’m getting the below error:
{
“error”: {
“code”: 2500,
“message”: “Unknown error occurred”
}
}