Find Hooks

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

GET /hooks
import { v0 } from 'v0-sdk'

const result = await v0.hooks.find()

console.log(result)
GET /hooks
curl -X GET https://api.v0.dev/hooks \
  -H "Authorization: Bearer $V0_API_KEY" \
  -H "Content-Type: application/json"

Response

Response Body

object string Required


data any[] Required

Array items: string