Users
group of endpoints of the Core API
has events like core.user.created
, core.user.deleted
, etc.
You may find the list of events that you can subscribe to in the documentation of the group of endpoints you are interested in.
Webhook-Id
: The unique message identifier for the delivery. This identifier will be the same when the same webhook is being resent (e.g. due to a previous failure).Webhook-Timestamp
: Timestamp in seconds since epoch of when the webhook was sent.Webhook-Signature
: The Base64 encoded list of signatures (space delimited).Webhook-Id
and Webhook-Timestamp
headers with id
and createdAt
fields in the event payload. The former are headers sent by Svix and are scoped to a delivery, while the latter are fields generated by our platform.