Skip to main content

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_xxxxxxxxxxxxx

Endpoints

Base URL: https://api.vyliopass.com/v1

GET/api/v1/events
POST/api/v1/events
GET/api/v1/events/:id
PATCH/api/v1/events/:id
DELETE/api/v1/events/:id
GET/api/v1/events/:id/tiers
POST/api/v1/events/:id/tiers
GET/api/v1/orders
GET/api/v1/orders/:id

Webhooks

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