Hooks
View list of hooks by type
List hooks by type with the TypeScript SDK.
GET
View list of hooks by type
Use
blnk.Hooks.list to fetch registered webhooks, optionally filtered by type.
1
Call the method
blnk.Hooks.list
2
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.3
Response
200 OK