Access Reviews APIs
Methods for interacting with workflows and certifications
Last updated
Was this helpful?
Methods for interacting with workflows and certifications
Last updated
Was this helpful?
These endpoints enable listing workflows, listing certifications, getting certification results, and updating certifications. They can be used to programmatically retrieve workflow and certification details, and update certification rows with a decision or note, such as ticket number.
These endpoints also provide utility functionality, such as managing the reviewer deny list, populating results with webhook response info, and customizing quick filters, smart actions, and help pages.
APIs for Veza Access Reviews are subject to change, and as such are provided with the
/preview
API collection. Use the appropriate prefix when calling the API, for example,your-org.vezacloud.com/api/preview/
.
Get all workflows and IDs:
Use a workflow id to get active and pending certifications for that workflow:
The response will include certification details, including the certification ids.
Using a certification id, you can get results for the certification, including entity attributes:
Update a certification result row with a note:
First, save your and Veza base URL as environment variables: