v0 Platform API/Integrations

Find Vercel Projects

Retrieves a list of Vercel projects linked to your integration. Useful for associating chats, deployments, or hooks with specific Vercel projects.

GET /integrations/vercel/projects
import { v0 } from 'v0-sdk'

const result = await v0.integrations.vercel.projects.find()

console.log(result)

Response

Response Body

object string Required


data any[] Required

Array items: string