v1

latestSwagger 2.0Private2026-08-04128286690.5 KB
Events

Update status for event registrations.

Use this endpoint to update the registration status for one or more registrations within an event track.

put/events/{event_id}/tracks/{track_id}/registrations

Path parameters

event_idstring required

The ID that uniquely identifies the event.

track_idstring required

The track key that uniquely identifies the event track.

Query parameters

increase_countboolean

Override count flag.

increase_item_countboolean

Override item count flag.

return_items_to_inventoryboolean

Return items to inventory flag. Defaults to true.

Request body

registration_idsstring[] required

List of registration IDs to update.

registration_statusstring required

New registration status to set.

Example request

{
  "registration_ids": [
    "0c6a6ce8-e620-4ffc-92e6-6ffb689eb9d2",
    "15cdb4d3-86b9-4b9d-9431-4a5a0de53c4f"
  ],
  "registration_status": "CANCELED"
}

Response

Successfully updated registration status.