Can you, please help me figure out how to get a list of assets via the API v3?
First am requesting a token that has enough permissions to multiple scopes:
As a result, I can successfully access the requests endpoint:
However, when I am trying to get a list of assets, I am getting the following response:
{"response_status":{"status_code":4000,"messages":[{"status_code":4002,"type":"failed","message":"UNAUTHORISED"}],"status":"failed"}}
Do you know what the issue might be? Do I need more permissions?