API Integrations
Automate guests, tickets, and speakers with the Event Vault REST API.
Event Vault offers a REST API so you can automate guest, ticket, and speaker management, or connect your event data to external systems - including AI assistants. All requests are sent to a single base URL and require authentication headers on every call.
Base URL: https://api.event-vault.com
What You Can Do
- AI Assistant Quick Start - let an AI manage your event with a ready-to-paste prompt
- Authentication - create scoped API keys and sign your requests
- Rich Text Format - how to encode biographies and descriptions
- Content Sections - the rich blocks used by sessions and sponsors
- Guests - add, remove, and query guests and guest metrics
- Tickets - issue and revoke tickets, and query them by guest or type
- Speakers - list, create, edit, and delete event speakers
- Sessions - manage the event programme
- Sponsors - manage sponsors and tiers
Keys are scoped per object type, so you can grant an integration read or write access to exactly the types it needs. New to the API? Start with Authentication to generate a key, then pick the object you want to manage.