Go to All Forums

Unable to access Server Details Using OAuth

Hi There,

I was trying to fetch server details using following API call, which was running perfectly till few month ago.

GET www.site24x7.com/api/monitors/widget_details/<monitor_id>?period=2&widget_name=ServerAssets

 

But now when I am trying to access the same using OAuth, its giving me following error:

{
    "error_code": 1121,
    "message": "OAuth Scope associated to the OAuth Access Token is disallowed."
}
 
The Scope I mentioned is as following:
Site24x7.Account.All,Site24x7.Admin.All,Site24x7.Reports.All,Site24x7.Operations.All,Site24x7.Msp.All,Site24x7.Bu.All
 
Like (2) Reply
Replies (0)