# Resend voucher by email **POST /vouchers/resend/email** Requires `view_orders` permission ## Servers - GB server: https://api.gb.enjovia.app (GB server) - EU server: https://api.eu.enjovia.app (EU server) - US server: https://api.us.enjovia.app (US server) - AU server: https://api.au.enjovia.app (AU server) ## Authentication methods - Bearer auth ## Parameters ### Headers - **Account-ID** (string(uuid)) Account ID - Can be found on the Dashboard under Settings → API Tokens ### Body: application/json (object) - **voucher_id** (string(uuid)) - **email** (string(email)) - **from_name** (string | null) - **recipient_name** (string | null) - **message** (string | null) ## Responses ### 201 Voucher resent #### Body: application/json (object) - **data** (object) Record of a voucher email sent to a customer, either as part of order fulfillment or as a manual resend ### 404 Voucher not found ### 422 Cannot resend fully redeemed voucher [Powered by Bump.sh](https://bump.sh)