Skip to main content
Question

Event API https://api.box.com/2.0/events?stream_type=admin_logs is not working

  • May 23, 2025
  • 0 replies
  • 34 views

Forum|alt.badge.img

As an admin user, I created the app with Client credentials option and selected following scopes - Manage Users and Manage Enterprise Properties.

But when I call the https://api.box.com/2.0/events?stream_type=admin_logs API getting 403 error with below response, 

{
    "type": "error",
    "status": 403,
    "code": "forbidden",
    "message": "Forbidden",
    "request_id": "ow96qnh8mbj2xcv3"
}
Can anyone please help me in fixing this issue?
Thanks