Register a new webhook

Register a new webhook. The secretToken is returned once only — store it immediately. When an event fires, Northstake will POST a WebhookDeliveryBody to your URL with an X-Northstake-Signature header containing an HMAC-SHA256 hex digest of the raw request body signed with your secret token.

Body Params
uri
required

HTTPS URL that will receive POST callbacks. Must use the https:// scheme.

eventTypes
array of objects

Event types to subscribe to. Omit to receive all event types.

eventTypes
Allowed:
stakingVaultIds
array of strings

Staking vault IDs to filter on. Omit to receive events for all vaults.

stakingVaultIds
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json