---
title: "Re-send the claim email for a pending email-delivery offer."
method: POST
path: "/v1/credential-offers/{uuid}/resend-email"
tags: ["OpenID4VCI Protocol"]
---

# Re-send the claim email for a pending email-delivery offer.

`POST /v1/credential-offers/{uuid}/resend-email`

Resend the claim email for a pending credential offer. Use this when the offer has a recipient email and the holder needs a fresh delivery. The response returns the updated delivery state.

## Path parameters

- `uuid` string, uuid, required

## Request body

- object

## Response `200`

Didit resent the claim email and returned the offer delivery state.

- object
  - `claim_url` string, uri — Send this web claim URL to the holder when you use Didit's hosted claim flow.
  - `email_send_count` integer — You receive the number of claim emails Didit has sent for this offer.
  - `email_sent` boolean — You receive true when Didit sent the claim email.
  - `expires_at` string, date-time — You receive the updated timestamp when the offer expires.
  - `offer_id` string, uuid — Use this UUID to identify the credential offer.
  - `recipient_email` string — You receive the email address that Didit sent the claim link to.

---

[API](https://skmtc.net/didit-protocol/apis/didit-credentials-api.md) · [All operations](https://skmtc.net/didit-protocol/apis/didit-credentials-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/didit-protocol/didit-credentials-api/revisions/e4eddba66557/schema)
