---
title: "Create Account Verification Report"
method: POST
path: "/api/v1/account-verification-reports"
tags: ["Data v1.Account Verification", "BETA"]
---

# Create Account Verification Report

`POST /api/v1/account-verification-reports`

Create an Account Verification report for a user. The report is a temporary resource that will be available for retrieval for 1h after creation.

## Request body

- CreateAccountCheckReportRequest
  - `externalReference` string — A customer-side reference that should be included in the generated report.
  - `includedAccounts` string[] — Limit the report to include specific accounts only, accounts identified by their id.

## Response `200`

Created.

- Data20v1Account20Verification — unresolved $ref

## Other responses

- `400` — Incorrect request parameters or user data missing.

---

[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)
