Webhook API
Configure outbound webhook notifications to your own endpoint (Premium/Lifetime).
Enable
Payload
{
"event": "event.name",
"timestampUtc": "2025-01-01T12:00:00Z",
"data": { /* event-specific fields */ },
"meta": {
"appVersion": "3.x",
"subscription": "Premium|Lifetime",
"username": "your-login"
}
}Events
sale.detected example
offer.detected example
bricker.price_change example
bricker.item_sold example
bricker.item_deleted example
Last updated
Was this helpful?