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

# POST /inbound/v2/async/{importer-name}

`POST /inbound/v2/async/{importer-name}`

Performs an asynchronous data import, returning the ID of the feed file created so processing status can be queried later.  This endpoint is only available in Medallia Experience Cloud 2023 Summer Release as an opt-in feature.  Reach out to your Medallia contact to enable this API feature as part of the Early Adopter Program.

## Path parameters

- `importer-name` string, identifier, required

## Request body

- union
  - object
  - object[]

## Response `202`

The response to a data import that is processed asynchronously

- AsyncIngestionResponse — Confirmation that the asynchronous file processing request has been queued for processing.
  - `feed_file_id` string, uuid, required — Feed file identifier.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Object not found
- `405` — The feed resource configuration is not compatible with this API resource. Please change the configuration of your feed resource.
- `412` — Precondition failed
- `413` — Payload too large
- `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)
