OpenID4VCI Protocol
Re-send the claim email for a pending email-delivery offer.
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.
post/v1/credential-offers/{uuid}/resend-email
Path parameters
uuidstring uuid required
Send the offer UUID.
Request body
object required
Response
Didit resent the claim email and returned the offer delivery state.
Example response
{
"claim_url": "http://localhost:3012/claim?offer=2c5fadb7-29cf-4005-a80d-7feb56719127",
"email_send_count": 1,
"email_sent": true,
"expires_at": "2026-07-09T23:33:33.665968+00:00",
"offer_id": "2c5fadb7-29cf-4005-a80d-7feb56719127",
"recipient_email": "holder@diditcapture.dev"
}Changes
Changed in 2 of the 8 revisions of this API.22
- ▲
added required request body
request-body-added-required
- ▲
for the
pathrequest parameteruuid, the format changed from no format touuidrequest-parameter-type-changed
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ▲
- ○
endpoint added
endpoint-added
- ○