I am attempting to call the POST /api/v2/alerting/rules/query to retrieve a list of common rules.
The client credentials OAuth client I am using has the permission Alerting > All Permissions assigned via a role over all divisions. But when I call the endpoint with a minimal query (pageno=1, pagesize=50,queryType=Info, ruleType=all), I get a 403 exception.
{"message":"The requested operation failed with status 403","code":"forbidden","status":403,"contextId":"b0eaa2ad-35c3-49ac-9f7c-4c73f6780eaa","details":[],"errors":[]}
I am able to perform the query as my user in the API explorer. Which permissions are required to call this endpoint?
#PlatformAPI#PlatformSDK------------------------------
Austen Jackson
Software Architect
------------------------------