Hooks
View list of hooks by type
List hooks by type with the Java SDK.
GET
View list of hooks by type
Use
blnk.hooks().list for this operation.
1
Call the method
2
Use the hook list
When Save hook IDs you need for updates or deletion.
response.data().isArray(), iterate by index:3
Response
200 OK
Related docs
How webhooks work
Hook types, payloads, and execution.
View list of hooks by type
HTTP request and response schema.