v0 Platform API/API Reference/Hooks

Find Hooks

Retrieves a list of existing hooks in your workspace. Useful for managing active webhooks tied to chat events or deployments.

GET/v1/hooks

Usage

TypeScript Example
import { v0 } from 'v0-sdk'

const result = await v0.hooks.find()

console.log(result)

Response

object: 'list'
data: object[]
id?: string

A unique identifier for the webhook.

object?: 'hook'

Fixed value identifying this object as a webhook.

name?: string

A user-defined name to label the webhook.