Webhook Event types
This is the list of all the types of events we send as part of webhook payloads. We may add more at any time, so when developing and maintaining your code, you should not assume that only these types exist. The current list of event types can be fetched from the event types endpoint.
The events follow the pattern: resource.event
. Our goal is to design a consistent system that makes it easy to anticipate and understand.
Events that occur on subresources like user.session will include the parent id but do not trigger the parent’s update event.
User
Occurs whenever a user started the passkey recovery process. Is a wallet.
Occurs whenever a user completed the passkey recovery process. Is a wallet.
Wallet
Occurs whenever a wallet is transferred between user accounts. Is a wallet.
Visit
Was this page helpful?