VylioPass API
Build custom integrations with the VylioPass REST API. Manage events, tickets, orders, and more programmatically.
quick-start.sh
curl https://api.vyliopass.com/v1/events \
-H "Authorization: Bearer YOUR_API_KEY"Authentication
All API requests require a Bearer token in the Authorization header. Generate API keys from your dashboard settings.
Authorization: Bearer vp_live_sk_xxxxxxxxxxxxxEndpoints
Base URL: https://api.vyliopass.com/v1
GET
/api/v1/eventsPOST
/api/v1/eventsGET
/api/v1/events/:idPATCH
/api/v1/events/:idDELETE
/api/v1/events/:idGET
/api/v1/events/:id/tiersPOST
/api/v1/events/:id/tiersGET
/api/v1/ordersGET
/api/v1/orders/:idWebhooks
Receive real-time notifications when events occur. Configure webhook endpoints from your dashboard.
order.createdorder.paidorder.refundedevent.publishedevent.completedtier.sold_out
Embed Widgets
No-code integration for your website
API Keys
Generate and manage your API keys