Venue Driver REST API Documentation

Venue Driver provides a simple HTTP API that’s built according to a REST design pattern. That just means that each of our resources like “Events” has a URL that you can call, and each resource has ‘index’, ‘create’, ‘read’, ‘update’ and ‘delete’ actions. You tell it whether you want your data in XML or JSON. In some cases we also provide HTML representations so that you don’t even have to process raw data.


REST Resources

Venue Driver provides easy XML or JSON access to Reservation and Guest (for Guestlist) resources:

Venues

Venues/Events

Venues/Events/Flyers

Reservations

Guests

Contacts

Artists


Common tasks