Skip to Content
Risk Cloud API: Assign Records

Assigning users to records in the Risk Cloud can also be accomplished via the Risk Cloud API. Obtain your API Access Token or pull the Risk Cloud Postman Collection to get started. Assign Records Endpoint…

Risk Cloud API: Authentication

The Risk Cloud API uses OAuth 2.0 for authentication, which uses a bearer token in the Authorization HTTP header. In order to start using the API, first retrieve your Client and Secret keys from the…

Risk Cloud API: Automated Evidence Collection

With the Automated Evidence Collection endpoint, you have the ability to push evidence files into the Risk Cloud. Whether your systems are secure, custom, or on-prem, the Automated Evidence Collection endpoint allows you to automate…

Risk Cloud API: Build Audit Log Export

Please reference our Build Audit Log Help Article for in-depth information about the functionality. Obtain your API Access Token to get started. Export Build Audit Log Endpoint The Build Audit Export endpoint returns either a .csv…

Risk Cloud API: Bulk Import Records

Records can be imported in bulk from CSV and XLSX import files in the Risk Cloud web application. This functionality can also be leveraged via the Risk Cloud API’s Bulk Import API endpoints. Obtain your API…

Risk Cloud API: Bulk Link Records

Please reference our Bulk Link Records Help Article for in-depth information about the functionality and permissions needed.  Obtain your API Access Token to get started. Step 1 Setup Bulk Link Records Request 1.1 Check for…

Risk Cloud API: Create Records

Creating records is an essential capability in the Risk Cloud, and with Risk Cloud’s Record API, you can create new Risk Cloud records, populate field data, schedule due dates, and set assignees via the Risk…

Risk Cloud API: Create User Groups

User Groups give you the ability to provide more detailed access to particular records in your application, similar to how permission sets allow you to restrict access on steps. User Group access will allow you…

Risk Cloud API: Create Users

API Authentication Prior to any interaction with Risk Cloud API we will need to obtain an Access Token for the Authorization header. Instructions on how the Access Token can be obtained can be found here….

Risk Cloud API: Data Repositories

Please reference our Data Repositories Help Article for in-depth information about the functionality and permissions needed.  Obtain your API Access Token to get started. High Overview of the Components Involved: External Id Name Description <item…

Risk Cloud API: Export Attachments

Within Risk Cloud, you are able to add “Attachment” fields to your records enabling you to store files within Risk Cloud alongside your records. Once stored, these files can be exported via the Risk Cloud…

Risk Cloud API: Export Record Data

Exporting Record data via the Risk Cloud API is a common use case. While the endpoints in Risk Cloud API: Record Search cover how to return and filter record data in a JSON format, there…