Hooks
View hook details
View the details of a hook with the TypeScript SDK.
GET
View hook details
Use
blnk.Hooks.get to fetch a single webhook by its ID.
1
Call the method
blnk.Hooks.get
2
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.3
Response
200 OK