Hooks
Register new hooks
Register a new hook with the Go SDK.
POST
Register new hooks
Use
client.Hooks.Create to register a webhook that Blnk calls before or after a transaction.
1
Call the method
client.Hooks.Create
2
Save the hook ID
Use
hook.ID to view, update, or delete the hook later. Hook management requires the master key.3
Response
Related docs
How webhooks work
Hook types, payloads, and execution.
Register new hooks
HTTP request and response schema.