---
title: "POST /v1/risk_report/consumer"
method: POST
path: "/v1/risk_report/consumer"
tags: ["Risk Report"]
---

# POST /v1/risk_report/consumer

`POST /v1/risk_report/consumer`

Starts the background process that will calculate the consumer risk report depending on the customization passed in.

## Headers

- `Fuse-Client-Id` string, required
- `Fuse-Api-Key` string, required

## Request body

- CreateConsumerRiskReportRequest
  - `account_id` string, required — A unique ID representing the bank account that this risk report is calculated for. Typically this will be a bank connection account ID from your application. It is currently used as a means of connecting events to the consumer risk report.
  - `iso_currency_code` string, required — The ISO-4217 currency code of the transaction
  - `end_user_name` string — The name of the end user associated with this consumer risk report.
  - `customization_id` string, required — This is used to determine the timeframe and other metadata for the consumer risk report.

## Response `200`

Successful response

- CreateConsumerRiskReportResponse
  - `id` string, required
  - `request_id` string, required — An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues.

---

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