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.
Private by default

Keys belong to one organization and are stored only as secure hashes.

Least privilege

The first public scope is read-only event access. More scopes can arrive deliberately.

Built to rotate

See each key’s prefix and activity, then revoke it immediately when access changes.

Versioned endpoint

Integrations start on /api/v1 so future changes can remain predictable.

Example response200
{
  "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.

GET /api/v1/eventsevents: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
401 invalid scope or key · 402 inactive subscription

Start building

Create a credential for your first integration.

You can revoke access at any time without changing your Marqueezy password.

Open developer dashboard