Hooks
View hook details
View the details of a hook with the Python SDK.
GET
View hook details
Use
blnk.hooks.get to fetch a single webhook by its ID.
Use the hook details
Read
response.data for URL, type, active status, and last execution results. Use this to debug hook failures or confirm configuration.Related docs
How webhooks work
Hook types, payloads, and execution.
View hook details
HTTP request and response schema.