Skip to main content

Mark all objects as for sale

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