Find Hooks
Retrieves a list of existing hooks in your workspace. Useful for managing active webhooks tied to chat events or deployments.
Retrieves a list of existing hooks in your workspace. Useful for managing active webhooks tied to chat events or deployments.
import { v0 } from 'v0-sdk'
const result = await v0.hooks.find()
console.log(result)
object string Required
data any[] Required
Array items: string