Hooks
View list of hooks by type
List hooks by type with the Python SDK.
GET
View list of hooks by type
Use
blnk.hooks.list to fetch registered webhooks, optionally filtered by type.
Call the method
blnk.hooks.list
| Field | Type | Description |
|---|---|---|
options.type | str | Optional filter: PRE_TRANSACTION or POST_TRANSACTION. Omit to list all hooks. |
Use the hook list
Iterate over
response.data to find hooks by type or active status. Save hook IDs you need for updates or deletion.Related docs
How webhooks work
Hook types, payloads, and execution.
View list of hooks by type
HTTP request and response schema.