Keys belong to one organization and are stored only as secure hashes.
Marqueezy for developers
Connect the systems behind every show.
Use organization-scoped credentials to bring Marqueezy event data into reporting, operations, and internal tools.
An account and active Marqueezy trial or subscription are required for live API access.The first public scope is read-only event access. More scopes can arrive deliberately.
See each key’s prefix and activity, then revoke it immediately when access changes.
Integrations start on /api/v1 so future changes can remain predictable.
200{
"object": "list",
"data": [
{
"id": "event_123",
"eventDate": "2026-10-17",
"artist": "The Midnight Signals",
"venue": "Riverside Hall",
"city": "Cleveland",
"region": "OH",
"status": "confirmed",
"capacity": 850
}
],
"hasMore": false
}API reference
List events
Returns the newest events in the authenticated organization. Results never cross workspace boundaries.
events:read- Authorization
Bearer <API_KEY>- limit
- Optional integer from 1–200. Defaults to 50.
- Returns
- Event identity, date, status, capacity, venue, artist, and operating times.
- Errors
401invalid scope or key ·402inactive subscription
Start building
Create a credential for your first integration.
You can revoke access at any time without changing your Marqueezy password.