# Get voucher details **GET /vouchers/{voucher}** 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 ### Path parameters - **voucher** (string(uuid)) ## Responses ### 200 Voucher details with full relations #### Body: application/json (object) - **data** (object) A voucher groups one or more redeemables for delivery to a customer. Vouchers handle the presentation and delivery method (email, postal, collection) of redeemable items. ### 404 Voucher not found ### 403 Forbidden - Requires view_orders permission [Powered by Bump.sh](https://bump.sh)