---
title: "Create an EDD review configuration"
method: POST
path: "/edd/review_configurations"
tags: ["EDD"]
---

# Create an EDD review configuration

`POST /edd/review_configurations`

Create an EDD review configuration

## Request body

- EddReviewConfigurationCreate
  - `auto_case_on_high_risk` boolean — When enabled, automatically creates a case when a customer's CRR score increases from low or medium to high risk.
  - `high_months` integer, required — The review cadence in months for a risk level.
  - `is_active` boolean, required — Whether this configuration is active.
  - `low_months` integer, required — The review cadence in months for a risk level.
  - `medium_months` integer, required — The review cadence in months for a risk level.
  - `tenant` string, required — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

## Response `201`

Created EDD review configuration

- EddReviewConfigurationResponse
  - `auto_case_on_high_risk` boolean, required — When enabled, automatically creates a case when a customer's CRR score increases from low or medium to high risk.
  - `creation_time` string, date-time, required — The date and time the configuration was created.
  - `high_months` integer, required — The review cadence in months for a risk level.
  - `id` string, uuid, required — EDD Review Configuration ID
  - `is_active` boolean, required — Whether this configuration is active.
  - `last_updated_time` string, date-time, required — The date and time the configuration was last updated.
  - `low_months` integer, required — The review cadence in months for a risk level.
  - `medium_months` integer, required — The review cadence in months for a risk level.
  - `tenant` string, required — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `409` — Resource already exists error
- `500` — Internal server error

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/revisions/b0d812e6cdd0/schema)
