We need to access the REST API endpoint POST /system/usage in order to retrieve usage data.
With the data obtained, we intend to design a management dashboard outside of SOAR.
We are performing the tests using Postman, but we consistently receive a 401 Unauthorized error. However, when we query other API endpoints such as GET /orgs/{org_id}/incidents/{inc_id}, it works correctly.
{
"success": false,
"title": null,
"message": "Internal Server Error",
"hints": [],
"error_code": "generic"
}
We tested using API users with full permissions, and also tried with a nominal user assigned as Master Admin. Additionally, we granted this nominal user Sysadmin permissions.
Any guidance or documentation on how to properly authenticate or configure access to this specific endpoint would be greatly appreciated.
------------------------------
Juan Cruz Del Col
------------------------------