Skip to main content

title: β€œWhat Can I Do?” description: β€œFull map of supported actions and the Integrations API endpoints that back them.” ---Use this page as a quick reference to find the right endpoint for any action you want to automate.

Events

ActionMethodEndpointNotes
List all eventsGET/integrations/events/Supports start_date, end_date filters
Get a single eventGET/integrations/events/{id}By event _id

Tickets

ActionMethodEndpointNotes
List tickets for an eventGET/integrations/tickets/Requires event_id; supports start_date, end_date, date_field
Get a ticket by IDGET/integrations/tickets/{id}β€”
Get a ticket by code (QR)GET/integrations/tickets/code/{code}Useful at scan time
Check in by IDPUT/integrations/tickets/{id}/checkinBody: enter, entry_date
Check in by codePUT/integrations/tickets/code/{code}/checkinBody: enter, entry_date
List ticket ratesGET/integrations/tickets/rates/Requires event_id

Lists (guest lists)

ActionMethodEndpointNotes
List entries for an eventGET/integrations/lists/Requires event_id
Get a list entry by IDGET/integrations/lists/{id}β€”
Get a list entry by codeGET/integrations/lists/code/{code}β€”
Check in by IDPUT/integrations/lists/{id}/checkinBody: enter, entry_date
Check in by codePUT/integrations/lists/code/{code}/checkinBody: enter, entry_date
List rates for listsGET/integrations/lists/rates/Requires event_id

Passes

ActionMethodEndpointNotes
List passesGET/integrations/passes/Requires event_id
Get a pass by IDGET/integrations/passes/{id}β€”
Get a pass by codeGET/integrations/passes/code/{code}β€”
Check in by IDPUT/integrations/passes/{id}/checkinBody: enter, entry_date
Check in by codePUT/integrations/passes/code/{code}/checkinBody: enter, entry_date
List pass ratesGET/integrations/passes/rates/Requires event_id

Bookings

ActionMethodEndpointNotes
List bookings for an eventGET/integrations/bookings/Requires event_id and date
Update booking statusPUT/integrations/bookings/{id}/statusβ€”
Update booking productsPUT/integrations/bookings/{id}/productsβ€”

Payments & Refunds

ActionMethodEndpointNotes
List paymentsGET/integrations/payments/Filter by event_id
List refundsGET/integrations/refunds/Filter by event_id

Wallet

ActionMethodEndpointNotes
List wallet movementsGET/integrations/wallet-movements/Filter by event_id

Users & Channels

ActionMethodEndpointNotes
List usersGET/integrations/users/β€”
List channelsGET/integrations/channels/Returns channels associated with your API key

Subscriptions

ActionMethodEndpointNotes
Create a subscriptionPOST/integrations/subscriptions/β€”
---## Limitations - No ticket creation β€” ticket sales happen through Fourvenues checkout or the Channel Manager API. - No event creation or editing β€” the Integrations API is read-heavy; event management happens in the Fourvenues dashboard. - No refund triggering β€” refunds are initiated from the dashboard; the API lets you read them. - Check-in only β€” the only write operations on tickets/lists/passes are check-in status updates.