Webhook - buyTicketStatus
A successful creation of a ticket on the blockchain, this webhook is triggered to notify an external service or server.
Http method
URL endpoint
Request header
Request body
{
"success": true,
"ticketTransactionHash": "0xabcdef12345...",
"contractAddress": "0xContractAddress...",
"nftId": [123, 124, ...],
"ticketType": ["VIP", "Regular", ...]
}Parameter description :
Last updated