Skip to content

Handle Automatiq sale status webhooks ​

POST
/v1/automatiq/webhooks/sales/status

Request Body​

application/json
JSON
{
  
"currency": "string",
  
"event": {
  
  
"event_name": null,
  
  
"id": null,
  
  
"occurs_at": null,
  
  
"venue_name": null,
  
  
"additionalProperties": "string"
  
},
  
"event_type": null,
  
"id": "string",
  
"inserted_at": null,
  
"is_live": null,
  
"listing": {
  
  
"external_id": "string",
  
  
"id": null,
  
  
"row": null,
  
  
"section": null,
  
  
"stock_type": null,
  
  
"additionalProperties": "string"
  
},
  
"price": 0,
  
"status": "string",
  
"tickets_quantity": 0,
  
"status_from": "string",
  
"additionalProperties": "string"
}

Responses​

OK

Playground​

Server
Body

Samples​