---
title: "Upload csv file"
method: POST
path: "/1/newsletters/{domain}/subscribers/import/upload"
tags: ["Subscribers"]
---

# Upload csv file

`POST /1/newsletters/{domain}/subscribers/import/upload`

Upload a csv file with subscribers to be processed

## Path parameters

- `domain` string, required

## Request body

- object
  - `content` string
  - `file` string, binary

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` string[]

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
