Event API https://api.box.com/2.0/events?stream_type=admin_logs is not working
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",
"help_url": "http://developers.box.com/docs/#errors",
"message": "Forbidden",
"request_id": "ow96qnh8mbj2xcv3"
}
Can anyone please help me in fixing this issue?
Thanks
Post is closed for comments.
Comments
0 comments