Hold Ticket Webhook

When a listing has been put on hold by a Partner or a partner, any other Partners or partners that also have the listing will receive a hold ticket webhook request to notify them of the change to the ticket quantity to prevent double selling the tickets.


Post Data

Parameter Description
id* The ID for the listing that has been held.
Type: String
hold_quantity* The quantity to be held.
Type: Integer

Example Request

{
    "data": {
        "id": "01g8y7gaffng3185x6m72m1e7q",
        "hold_quantity": 1
    },
    "meta": {
         "type": "ticket.hold"
    }
}