v0 Platform API/API Reference/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.
Retrieves a list of Vercel projects linked to your integration. Useful for associating chats, deployments, or hooks with specific Vercel projects.
import { v0 } from 'v0-sdk'
const result = await v0.integrations.vercel.projects.find()
console.log(result)
A unique identifier for the linked Vercel project.
Fixed value identifying this object as a Vercel project.
The name of the Vercel project.