Webhook Events
Fuel transaction added
Emitted when a new fuel transaction is added to our database.
e.g. The record fetched from the TSP is new and generated a new record in our database.
WEBHOOK
Body
application/json
Fuel transaction added event.
Version of the schema used for this event
Pattern:
^\d+\.\d+$Examples:
"1.0"
"1.1"
"2.0"
The event payload, with one or more records of the specified type
Unique identifier for the webhook subscription that triggered this delivery
ISO 8601 timestamp when the event occurred
Unique identifier for this specific event instance (UUID v7 for time-ordered sorting)
The number of times the event has been attempted to be delivered
Response
Successful Response