---
title: "POST /inbound/v1/{importer-name}"
method: POST
path: "/inbound/v1/{importer-name}"
tags: ["Import"]
---

# POST /inbound/v1/{importer-name}

`POST /inbound/v1/{importer-name}`

Performs a data import

## Path parameters

- `importer-name` string, identifier, required

## Request body

- union
  - object
  - object[]

## Response `200`

The response to a data import that is processed synchronously

- object
  - `records` integer, required — The number of records processed
  - `duplicates` integer, required — The number of records found to match an existing record in the system
  - `rejects` integer, required — The number of records that could not be processed for some reason

## Other responses

- `202` — The response to a data import that is processed asynchronously
- `401` — Unauthorized
- `403` — Forbidden
- `412` — Precondition failed
- `500` — Internal server error

---

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