v3

latestOpenAPI 3.0.3Apache 2.02026-07-312637031.3 MB
EDD

Get EDD Review Configuration

Get an EDD review configuration by ID.

get/edd/review_configurations/{id}

Path parameters

idstring uuid required
Example:64438afd-fa20-4010-a573-2bbdca77cdb6

The unique identifier of an EDD review configuration

Response

EDD review configuration

auto_case_on_high_riskboolean required

When enabled, automatically creates a case when a customer's CRR score increases from low or medium to high risk.

creation_timestring date-time required

The date and time the configuration was created.

high_monthsinteger required

The review cadence in months for a risk level.

idstring uuid required

EDD Review Configuration ID

is_activeboolean required

Whether this configuration is active.

last_updated_timestring date-time required

The date and time the configuration was last updated.

low_monthsinteger required

The review cadence in months for a risk level.

medium_monthsinteger required

The review cadence in months for a risk level.

tenantstring required

The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

Example response

{
  "creation_time": "2010-05-06T12:23:34.321Z",
  "high_months": 12,
  "id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
  "last_updated_time": "2010-05-06T12:23:34.321Z",
  "low_months": 12,
  "medium_months": 12,
  "tenant": "abcdef_ghijkl"
}