Hi,
I have been trying to access the application usage using Python.
I have appId and app secret
The steps that I have been following:
1. Using app ID and secret to get an access token (using https://[root]/oauth2/token url)
2. Using access token to generate the token (using https://[root]/generateToken(POST only)). The parameters that are being passed are - token, serverURL, client and referer.
and passing the token in the usage url
The result I'm getting -
b'{"error":{"code":403,"messageCode":"GWM_0003","message":"You do not have permissions to access this resource or perform this operation.","details":[]}}'