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)
GET /integrations/vercel/projects
curl -X GET https://api.v0.dev/integrations/vercel/projects \
  -H "Authorization: Bearer $V0_API_KEY" \
  -H "Content-Type: application/json"

Response

Response Body

object string Required


data any[] Required

Array items: string