Webhook Events
User modified
Emitted when a user is modified in our database.
e.g. The record fetched from the TSP is different from what we had stored in our database and it prompted us to update the existing record.
WEBHOOK
Body
application/json
User modified 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