Skip to main content

Mark all objects as for sale

Rate limits

This endpoint does not belong to the priority lane. Do not use it within your ticket sales flow.

This API call marks all objects as for sale, which means resetting the list of objects and categories that were previously passed in by mark-as-for-sale or mark-as-not-for-sale.

POST https://api-{region}.seatsio.net/events/{eventKey}/actions/mark-everything-as-for-sale

Example request

curl https://api-{region}.seatsio.net/events/event34/actions/mark-everything-as-for-sale \
-u aSecretKey: -X POST

Response

204 - No Content