Skip to main content
WEBHOOK

Body

application/json

Shared fields present on every webhook event payload.

id
string

Unique identifier for the event.

type
enum<string>

The event type.

Available options:
account.modified
createdAt
string

ISO 8601 timestamp at which the event was created.

data
object

Includes any modified fields from the Account object. See Account for the full list of fields that can be modified.

Response

200

Return a 200 status code to acknowledge receipt of the event.