List orders
Lists the gallery's event orders (purchases/RSVPs), most recent first, with cursor pagination. Filter by session or status.
Lists the gallery's event orders (purchases/RSVPs), most recent first, with cursor pagination. Filter by session or status.
Authorization
bearerAuth shows:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: shows:read
Query Parameters
1 <= value <= 10020Value in
- "pending"
- "confirmed"
- "cancelled"
- "refunded"
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "data": [ { "id": "string", "event_id": "string", "session_id": "string", "contact_id": "string", "buyer_name": "string", "buyer_email": "string", "status": "pending", "subtotal_cents": -9007199254740991, "currency": "string", "tickets": [ { "id": "string", "order_id": "string", "session_id": "string", "ticket_type_id": "string", "status": "issued", "created_at": "string" } ], "metadata": { "property1": "string", "property2": "string" }, "created_at": "string", "updated_at": "string" } ], "next_cursor": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}Get an order GET
Returns a single order with its issued tickets.
Start a plan checkout POST
Creates a hosted Stripe Checkout session that subscribes the organization to the requested paid plan, and returns its URL. Fails with a conflict while a live subscription exists — use the billing portal to switch plans.