Skip to Content

Documentation

v2025.10.1 Release Notes

These are Release Notes for v2025.10.1 of Risk Cloud API v2, released on November 3rd, 2025.

Risk Cloud API v2 is a collection of new API-first and RESTful API endpoints to streamline the creation of custom integrations with the Risk Cloud.

Risk Cloud API v2 Resources

What’s New

POST/api/v2/paths/next

What’s Changed

Request:

Changed content type : application/json

Parameters:

Changed: pageable in query

  • Wrapper for the parameters page, size, and sort. Available sort properties: id.
Return Type:
  • Changed response : 200 OK
  • Changed content type : application/json
  • Changed property sort (object -> array)
  • Changed property pageable (object)
    • Changed property sort (object -> array)
POST/api/v2/steps
Request:
  • Changed content type : application/json
  • Added property type (string)
    • The type of the step
    • Enum values:
      • ORIGIN
      • CHAIN
      • END
Return Type:
  • Changed response : 200 OK
    • Changed content type : application/json
      • Changed property option (object)
        • Value to be compared against.
        • Deleted property aiGenerated (boolean)
          • Whether this value was generated by AI
Return Type:

Changed response : 200 OK

  • Changed content type : application/json
    • Changed property fields (array)
      • The fields and values of the record
      • Changed items (object)
        • The fields and values of the record
        • Changed property values (array)
          • The values of the record field
          • Changed items (object):
            • Value to be compared against
            • Deleted property aiGenerated (boolean)
              • Whether this value was generated by AI
Return Type:
  • Changed response : 200 OK
  • Changed content type : application/json
    • Changed property content (array)
      • An array of returned items
      • Changed items (object):
        • Field that is to be evaluated for the edge.
        • Changed property optionValues (array)
          • The option values of the field for Select, Multi-Select, Radio, Checkbox, and E-Signature field types
          • Changed items (object):
            • Value to be compared against.
          • Deleted property aiGenerated (boolean)
            • Whether this value was generated by AI
POST/api/v2/paths/edge
Return Type:
  • Changed response : 200 OK
  • Changed content type : application/json
    • Changed property option (object)
      • Value to be compared against.
      • Deleted property aiGenerated (boolean)
        • Whether this value was generated by AI
Parameters:
  • Changed: pageable in query
    • Wrapper for the parameters page, size, and sort. Available sort properties: id.
Return Type:
  • Changed response : 200 OK
  • Changed content type : application/json
    • Changed property sort (object -> array)
    • Changed property pageable (object)
      • Changed property sort (object -> array)
    • Changed property content (array)
      • Changed items (object):
        • Changed property option (object)
          • Value to be compared against.
        • Deleted property aiGenerated (boolean)
          • Whether this value was generated by AI
Return Type:
  • Changed response : 200 OK
  • Changed content type : application/json
  • Changed property content (array)
    • An array of returned items
    • Changed items (object):
      • An array of returned items
    • Changed property fields (array)
      • The fields and values of the record
      • Changed items (object):
        • The fields and values of the record
      • Changed property values (array)
        • The values of the record field
        • Changed items (object):
          • Value to be compared against.
        • Deleted property aiGenerated (boolean)
          • Whether this value was generated by AI
Return Type:
  • Changed response : 200 OK
  • Changed content type : application/json
  • Changed property content (array)
    • An array of returned items
    • Changed items (object):
      • An array of returned items
    • Changed property fields (array)
      • The fields and values of the record
      • Changed items (object):
        • The fields and values of the record
      • Changed property values (array)
        • The values of the record field
        • Changed items (object):
          • Value to be compared against.
        • Deleted property aiGenerated (boolean)
          • Whether this value was generated by AI