I am trying to get the list of retention policies using the Box Postman API and it is gving me this error:
{
"type": "error",
"code": "insufficient_scope",
"status": 403,
"message": "The request requires higher privileges than provided by the access token.",
"help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/",
"request_id": "11769953485dbfd10c0a4b555614ed73"
}
I am not sure what to do because I have the Box Business Plus Plan plus the Box Governance Add-On and the I saw that in the "Scopes" page (https://developer.box.com/guides/api-calls/permissions-and-errors/scopes/), you need the "enterprise_content" scope along with checking the "Manage retention policies" checkbox to access the retention policies via the Box Postman API.
I would like to kindly request to be granted access to use the "enterprise_content" scope to be able to view, create and modify retention policies.