- DATE:
- AUTHOR:
- Cvent Product News Team
Actionable Insights Releases for June 17, 2026
Integrations
REST API for Event Vouchers
We’re adding support for a new read-only REST API for Event Vouchers, making it easier to retrieve voucher data and track which attendees used a specific voucher within an event.
With this update, planners and integrated systems can:
Retrieve the list of event vouchers configured for an event.
Retrieve the list of attendees linked to a specific voucher in an event.
Why this matters
Today, voucher configuration and usage are visible in the UI, but programmatic access through REST APIs has been limited. These new endpoints provide standardized access to voucher and voucher-usage data, enabling teams to more easily support reporting, reconciliation, and external system integrations.
What’s included
This release includes two new GET endpoints:
List Event Vouchers for a given event by Event ID.
The endpoint returns details such as:
Voucher code - the voucher code set by the planner
Description - the voucher description
Usage - the number of vouchers used by attendees
Capacity - the total capacity for the voucher set by the planner
Last modified by
Last modification dates
List Attendees by Voucher for a given event and voucher by Event ID and Voucher ID.
The endpoint returns the attendee ID for invitees associated with the voucher code.
Key things to note
The new endpoints -
List event vouchers - GET/events/{eventId}/vouchersList voucher attendees - GET/events/{eventId}/vouchers/{voucheId}/Attendees
Both support pagination, sorting with a limit, and token query parameters.
The List Event Vouchers endpoint also supports filtering by voucher code and last modification date.
Detailed documentation for the endpoint can be found on the Cvent Developer Portal under "Events".
Additional Resources
Cvent Community: Do you have questions about the updates we've rolled out this window? As always, get questions answered in the Community via the Open Forum.
Beta Opportunities Page: Help us make Cvent Products better by being the first to test products before they're widely available. Join Beta Programs.
UX Research Panel: Be part of a select group of users who will help guide the future of Cvent's products. Join the UX Panel.