Skip to main content

Retrieve Supplier Factors via API (Additional & Custom Factors)

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

  1. Authenticate with your Panorays API key.

  2. Call GET /v2/suppliers/{supplierId}/factors, supplying the supplier's ID.

  3. 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.

Did this answer your question?