Dear SysAdmin,
I am SI and got the taxpayer's Business ID, Service ID along with the keys. I'm using their api and secret keys while testing in postman but getting the error below. What could be the cause of this error. Does the taxpayer's need to do something in their account?
https://eivc-k6z6d.ondigitalocean.app/api/v1/entity/{{TAXPAYER_ENTITY_ID}}
{
"code": 403,
"data": null,
"message": "error has occurred",
"error": {
"id": "769b95b0-c308-4d34-b1b1-9233dca773d5",
"handler": "entity_actions",
"public_message": "access denied. user does not have access to this resource"
}
}