Skip to main content

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 Channel Manager API lets marketplaces and collaborators list events, sell tickets and manage guest lists across multiple Fourvenues venues.” ---## What is the Channel Manager API? The Channel Manager API is designed for marketplaces, ticket platforms, and multi-venue operators — anyone who sells or manages services on behalf of Fourvenues venue owners. As a channel, you operate through a partnership established by the venue, which controls what you can access and sell.
Managing your own venue’s data directly? You probably want the Integrations API instead.

Key concepts

ConceptDescription
ChannelYour identity in the system — a marketplace or partner entity authorized by one or more venues.
HostA Fourvenues venue owner who has granted your channel access to their events.
OwnershipYour API key only sees events from venues that have added you as a partner.
Read + WriteSupports reading events/rates and creating tickets, lists and checkout sessions.
WebhooksReceive real-time payment confirmations and refund notifications via webhooks.

Key difference vs Integrations API

Integrations APIChannel Manager API
Who uses itVenue owners / operatorsMarketplaces / collaborators
Data accessOwn venues onlyAll partner venues (hosts)
Can sell ticketsNoYes (via checkout)
Can create listsNoYes
WebhooksNoYes
Base URLapi-alpha.fourvenues.com/integrationschannels-service-alpha.fourvenues.com

Where to start

Use Cases

End-to-end flows: list events, create guest lists, run a checkout.

What can I do?

Full map of supported actions and the endpoints that back them.

Requirements

Auth, environments, conditional fields, webhooks and rate limits.

API Reference

Full endpoint reference with interactive playground.