---
title: "file-conversion/preprocessing/configurations"
method: GET
path: "/file-conversion/preprocessing/configurations"
tags: ["File Conversion Endpoints"]
---

# file-conversion/preprocessing/configurations

`GET /file-conversion/preprocessing/configurations`

Get preprocessing configurations for the authenticated account.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `SourceFormat` string
- `SourceFile` string

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `Configs` object — Collection of preprocessing configuration options
    - `0` object — Preprocessing configuration record
      - `FileConversionPreprocessingID` string — Unique ID of the preprocessing configuration
      - `ConfigName` string — Name of the preprocessing configuration
      - `SourceFormat` string — Source file format (e.g., csv, xml, json)
      - `IsDefault` string — Whether this is the default configuration (1 = yes, 0 = no)

---

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