Documentation Index
Fetch the complete documentation index at: https://docs.fourvenues.com/llms.txt
Use this file to discover all available pages before exploring further.
title: “Overview” description: “The Integrations API gives you programmatic access to your own Fourvenues data: events, tickets, lists, payments, refunds and wallet movements.” ---## What is the Integrations API? The Integrations API is designed for venue owners and operators who need programmatic access to their own data inside Fourvenues. Use it to build custom tooling on top of your venues — from check-in scanners to finance dashboards.
Looking to sell tickets on behalf of multiple venues as a marketplace? You probably want the Channel Manager API instead.
Key concepts
| Concept | Description |
|---|---|
| Ownership | Your API key only has access to the venues that belong to your account. |
| Read-heavy | Most endpoints are read-only. Write operations are limited to check-in actions and booking status updates. |
| Event-scoped | Tickets, lists, bookings and passes are always scoped to a specific event. |
| Alpha / Prod | Two separate environments with isolated data (see Requirements). |
Where to start
Use Cases
End-to-end flows: custom check-in, payments report, datawarehouse sync.
What can I do?
Full map of supported actions and the endpoints that back them.
Requirements
Auth, environments, rate limits, conditional fields and pagination.
API Reference
Full endpoint reference with interactive playground.