---
title: "Import a CSV list of contacts"
method: POST
path: "/contacts/import"
tags: ["Contacts"]
---

# Import a CSV list of contacts

`POST /contacts/import`

## Request body

- object
  - `csv` string, required — CSV body with `email` header; optional `first_name`, `last_name`, `unsubscribed`.
  - `segment_id` string

## Response `200`

OK

- object
  - `success` boolean

---

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