---
title: "Retrieve the headers of the user's file."
method: POST
path: "/api/import/headers"
tags: ["Import"]
---

# Retrieve the headers of the user's file.

`POST /api/import/headers`

## Request body

- IntectBusinessLogicImportLogicImportHeadersRequest
  - `StartRow` integer
  - `FileBase64` string
  - `FileBytes` string, byte
  - `FileString` string
  - `FileInfo` string

## Response `200`

OK

- IntectBusinessLogicImportLogicUserFileColumn[]
  - `UserColumnNumber` integer
  - `Name` string

---

[API](https://skmtc.dev/intect/apis/intect-rest-api.md) · [All operations](https://skmtc.dev/intect/apis/intect-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intect/intect-rest-api/revisions/e256dcb495d4/schema)
