You can now retrieve both a supplier's Additional Factors and Custom Factors in a single API call.
Panorays offers a comprehensive REST API that more than 100 customers use to pull assessment data into their own systems. Previously, the API could only return Custom Factors. A single new endpoint now returns both factor types together, giving you a complete picture of what feeds into a supplier's Risk Rating without stitching multiple calls together.
Who it's for: Integration teams and technical users who pull Panorays risk data into GRC, BI, or internal tools.
What You Can Retrieve
Additional Factors - such as critical findings, expired questionnaires, and out-of-policy questions.
Custom Factors - such as certificates and additional risk types you've chosen to incorporate into the Risk Rating calculation.
How to Use It
Authenticate with your Panorays API key.
Call
GET /v2/suppliers/{supplierId}/factors, supplying the supplier's ID.Read the Additional Factors and Custom Factors returned in the response.
The previous endpoint, which returned Custom Factors only, is being deprecated - move to /v2/suppliers/{supplierId}/factors to keep retrieving both factor types.
Good to Know
Your API key's permissions apply - you'll only retrieve data the key is authorized to access.
This is part of our ongoing effort to make the full platform available through the API.

