About events
Learn how webhook events work in EverTransit.
Event object common properties
Name
Type
Description
Payload example
{
"idempotencyKey": "1111111111111111",
"eventName": "ride.created",
"publishTime": "2022-05-02T16:15:55.147Z",
"data": {
...
}
}Last updated
Was this helpful?