---
title: "Preview Import"
method: POST
path: "/api/transactions/import/preview"
tags: ["import"]
---

# Preview Import

`POST /api/transactions/import/preview`

## Headers

- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- TransactionImportPreview
  - `transactions` TransactionImportOutput[], required
    - `description` string, required
    - `amount` string, required
    - `date` string, date, required
    - `type` string, required
    - `external_id` string, nullable
    - `currency` string, nullable
    - `fx_rate` string, nullable
    - `payee_raw` string, nullable
    - `category_name` string, nullable
    - `suggested_category_id` string, uuid, nullable
    - `suggested_category_name` string, nullable
    - `excluded` boolean
    - `category_id` string, uuid, nullable
    - `force_uncategorized` boolean
  - `detected_format` string, required
  - `csv_columns` string[]
  - `parse_error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usesecuro/apis/securo.md) · [All operations](https://skmtc.dev/usesecuro/apis/securo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usesecuro/securo/revisions/1df3dfa0c028/schema)
