Fetches the best account or user’s contact info
import { Vercel } from "@vercel/sdk"; const vercel = new Vercel({ bearerToken: "<YOUR_BEARER_TOKEN_HERE>", }); async function run() { const result = await vercel.marketplace.getAccountInfo({ integrationConfigurationId: "<id>", }); // Handle the result console.log(result); } run();
{ "name": "<string>", "url": "<string>", "contact": { "email": "<string>", "name": "<string>" } }
Default authentication mechanism
A URL linking to the installation in the Vercel Dashboard.
The best contact for the integration, which can change as team members and their roles change.
Show child attributes
The name of the team the installation is tied to.