Skip to Content

Welcome to the LogicGate Risk Cloud® Developer Portal

Everything you need to integrate Risk Cloud into your tech stack with our Open RESTful API.

Developer Portal

Developer Blogs
Tidying Up Existing REST APIs

Originally posted on Nordic APIs What if, one morning, you discover that every internal REST API endpoint of your web application is suddenly displayed as-is in your public REST API documentation? Your Developer Portal is overflowing with messages from eager API users struggling to make integrations with the exciting new…

API Usage Guides
Risk Cloud API: Authentication

The Risk Cloud API uses OAuth 2.0 for authentication, which uses a bearer token in the Authorization HTTP header. Please take note that these tokens have an expiration time of one year. After the token expires, you will need to generate a new one. In order to start using the…

API Usage Guides
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 are use cases where CSV or XLSX formats are convenient. In this article, we will…

API Usage Guides
Risk Cloud API: Upload Attachments

Within Risk Cloud, you are able to add “Attachment” Fields to your Records. These Fields allow you, perhaps very obviously, to attach files. Customers use these Fields in order to upload evidence, add documents for employee attestation, and many additional use cases. In this article, we will walk through three…

API Usage Guides
Risk Cloud API: View User Access Audits

This article details 3 endpoints for obtaining access logs for All Login Attempts, Successful Logins, and Login Failures. The results from these endpoints are only accessible to access keys belonging to users with the Admin > All module entitlement. Login Attempts Retrieve a log of login successes and failures for…

Quick Start Guides
Risk Cloud PowerBI Connection

This guide explains how to set up the Power BI integration to automatically pull data from Risk Cloud Table Reports using a pre-built template. Step 1: The Power BI Template To obtain the template file, PowerBI Template.pbit, please reach out to [email protected] or your Customer Success Manager. When you import the file, you will…

Quick Start Guides
Risk Cloud Webhooks

Use Risk Cloud® Webhooks to enhance your custom integrations and send event data to your external systems to detect Risk Cloud events and perform custom operations. For more information on how to create and manage Webhooks, please see our Help Article on Setting up Risk Cloud Webhooks.

API Usage Guides
Risk Cloud API: View Applications, Workflows, and Steps

API Authentication Prior to any interaction with Risk Cloud’s APIs 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. Background When working with the Risk Cloud via the API, it is common to require IDs…

API Usage Guides
Risk Cloud API: Viewing Fields

API Authentication Prior to any interaction with Risk Cloud’s APIs 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. Background When working with the Risk Cloud via the API, it is common to require…

API Usage Guides
Risk Cloud API: Viewing Users

Authentication Obtain your API Access Token to get started. Permissions Listing all Users via the Risk Cloud API requires an Access Token from an Admin Primary account. Background When working with the Risk Cloud via the API, it is common to require IDs for Users for accomplishing tasks from as…

API Usage Guides
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. Permissions Creating a User via the Risk Cloud API requires an Access Token from an…

Developer Blogs
Accessibility Improvements at LogicGate

At LogicGate, we are always striving to be better. As we continue introducing new features, we also seek to make our app accessible for all users. Can people complete records using only a keyboard? Are images and button contexts read aloud to screen readers? As a team, we recently began…