---
title: "Create Risk Insights"
method: POST
path: "/risk/v1/risk-insights"
tags: ["Risk.Risk Insights"]
---

# Create Risk Insights

`POST /risk/v1/risk-insights`

Creates a request and returns the risk insights report id of an end-user as a JSON response.

## Request body

- V1CreateRiskInsightRequest — The object to be sent for creating a risk insights report.
  - `externalReference` string — Optional reference given by the customer to add information, such as UID, to the generated report. (Validation: allowed lowercase and uppercase letters, numbers and dashes. Max 50 characters in length).

## Response `200`

A successful response.

- V1CreateRiskInsightResponse — The object to sent back after creating a risk insights report.
  - `id` string, required — The identifier of the risk insights report.

## Other responses

- `401` — Authorization token is missing or invalid.
- `default` — An unexpected error response.

---

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