---
title: "Create Mailing List"
method: POST
path: "/print-mail/v1/mailing_lists"
tags: ["Mailing Lists"]
---

# Create Mailing List

`POST /print-mail/v1/mailing_lists`

Create a new mailing list.

## Headers

- `idempotency-key` string

## Request body

- MailingListCreate — Parameters for creating a new mailing list.
  - `description` string — An optional string describing this resource. Will be visible in the API and the dashboard.
  - `metadata` object — See the section on Metadata.

## Response `201`

The newly created mailing list.

- MailingList — Represents a mailing list.
  - `id` string, required — A unique ID prefixed with mailing_list_
  - `description` string — An optional string describing this resource. Will be visible in the API and the dashboard.
  - `metadata` object — See the section on Metadata.
  - `live` boolean, required — `true` if this is a live mode resource else `false`.
  - `createdAt` string, date-time, required — The UTC time at which this resource was created.
  - `updatedAt` string, date-time, required — The UTC time at which this resource was last updated.
  - `status` 'creating_contacts' | 'removing_contacts' | 'counting_recipient_country_codes' | 'completed', required — Status of the mailing list processing.
  - `errors` ProcessError[] — A list of processing errors encountered, if any.
    - `type` 'mailing_list_imports_not_found_error' | 'download_file_error' | 'operational_error' | 'internal_service_error', required — Type of error encountered during mailing list processing.
    - `message` string, required — A human-readable message describing the error.

## Other responses

- `400` — The newly created mailing list.
- `401` — The newly created mailing list.
- `404` — The newly created mailing list.
- `422` — The newly created mailing list.
- `429` — The newly created mailing list.
- `500` — The newly created mailing list.

---

[API](https://skmtc.net/postgrid/apis/postgrid-address-verification-api.md) · [All operations](https://skmtc.net/postgrid/apis/postgrid-address-verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postgrid/postgrid-address-verification-api/versions/537d2bbc624a/schema)
