---
title: "Bulk Upload Emails for Verification"
method: POST
path: "/verify/v1/email/bulk"
tags: ["Verify API"]
---

# Bulk Upload Emails for Verification

`POST /verify/v1/email/bulk`

Uploads a CSV file with email addresses for bulk verification.

## Response `200`

File uploaded successfully, with job ID and result URL

- RestBulkUploadResponse — Response structure for bulk email upload, containing job ID, result URL, and estimated completion time.
  - `estimatedCompletionTs` number — Epoch timestamp
  - `jobId` string
  - `message` string
  - `resultUrl` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2024-09-10** `32a769da53f1` — 1 info
  - endpoint added
- **2024-09-10** `1ee4ed170cfa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/customeros/apis/customeros-api/changes/verify/v1/email/bulk/post.md)

---

[API](https://skmtc.dev/customeros/apis/customeros-api.md) · [All operations](https://skmtc.dev/customeros/apis/customeros-api/llms.txt) · [OpenAPI document](https://skmtc.dev/customeros/apis/customeros-api/revisions/4bda56020ba6?raw)
