We are using the Postman tool to try out the {{baseURL}}/api/v1/utilities/authenticate. using the Default APP as MBS-DEFAULT
So, after providing the API_KEY and API_SECRET. Also in the body, i have provided the email and password (is this the email and password on the Taxpromax) as required in the parameter , i got the below error message
{
"code": 403,
"data": null,
"message": "error has occurred",
"error": {
"id": "9744de94-4cad-43a0-86fa-e60c7f99db66",
"handler": "entity_actions",
"public_message": "access denied. user does not have access to this resource"
}
}
please what are we not doing right?