---
title: "Retry email delivery"
method: POST
path: "/api/e2/emails/{id}/retry"
tags: ["Emails"]
---

# Retry email delivery

`POST /api/e2/emails/{id}/retry`

Retry delivery of a received email. Can retry to a specific endpoint, retry a specific failed delivery, or retry to all configured endpoints.

## Path parameters

- `id` string, required

## Request body

- object
  - `endpoint_id` string — Endpoint ID to retry delivery to. If not provided, retries to all configured endpoints.
  - `delivery_id` string — Specific delivery ID to retry. If provided, retries that specific delivery.

## Response `200`

Response for status 200

- object
  - `success` boolean, required
  - `message` string, required
  - `delivery_id` string

## Other responses

- `400` — Response for status 400
- `401` — Response for status 401
- `404` — Response for status 404
- `500` — Response for status 500

---

[API](https://skmtc.dev/inboundemail/apis/inbound-email-api.md) · [All operations](https://skmtc.dev/inboundemail/apis/inbound-email-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inboundemail/inbound-email-api/revisions/04a8a5e5040d/schema)
