Hello
using APM insights api with OAUTH tokens gives me the response
{
"error_code": 1121,
"message": "OAuth Scope associated to the OAuth Access Token is disallowed."
}
The Zoho-oauthtoken provided was generated out of Self Client generated Grant token with ALL scopes:
Site24x7.Account.All,Site24x7.Admin.All,Site24x7.Reports.All,Site24x7.Operations.All,Site24x7.Msp.All,Site24x7.Bu.All
The APIs which I have issues accessing are:
www.site24x7.com/api/apminsight/ins/H
www.site24x7.com/api/apminsight/ins/101071000000034035/H
www.site24x7.com/api/apminsight/app/H
www.site24x7.com/api/apminsight/app/application-id/H
www.site24x7.com/api/apminsight/ins/instance-id/txn/list/3/apdex/H
basically all the apis listed under categories below (from:www.site24x7.com/help/api/index.html)
The other APIs like current status etc ... work no problems.
I have also noticed that documentation for the apis I have mentioned, does not include oauthscope : Site24x7.XXX.XXX documentation. Why is that?
Please advise ?