Lists all Shared Environment Variables for a team
https://api.vercel.com/v1/envimport { Vercel } from "@vercel/sdk";
const vercel = new Vercel({ bearerToken: "<YOUR_BEARER_TOKEN_HERE>",});
async function run() { const result = await vercel.environment.listSharedEnvVariable({ projectId: "prj_2WjyKQmM8ZnGcJsPWMrHRHrE", ids: "env_2WjyKQmM8ZnGcJsPWMrHRHrE,env_2WjyKQmM8ZnGcJsPWMrHRCRV", excludeIdsQueryParameter: "env_2WjyKQmM8ZnGcJsPWMrHRHrE,env_2WjyKQmM8ZnGcJsPWMrHRCRV", excludeIdsQueryParameter1: "env_2WjyKQmM8ZnGcJsPWMrHRHrE,env_2WjyKQmM8ZnGcJsPWMrHRCRV", excludeProjectIdQueryParameter: "prj_2WjyKQmM8ZnGcJsPWMrHRHrE", excludeProjectIdQueryParameter1: "prj_2WjyKQmM8ZnGcJsPWMrHRHrE", teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l", slug: "my-team-url-slug", });
console.log(result);}
run();{ "data": [ { "created": "2021-02-10T13:11:49.180Z", "key": "my-api-key", "ownerId": "team_LLHUOMOoDlqOp8wPE4kFo9pE", "id": "env_XCG7t7AIHuO2SBA8667zNUiM", "createdBy": "2qDDuGFTWXBLDNnqZfWPDp1A", "deletedBy": "2qDDuGFTWXBLDNnqZfWPDp1A", "updatedBy": "2qDDuGFTWXBLDNnqZfWPDp1A", "createdAt": "1609492210000", "deletedAt": "1609492210000", "updatedAt": "1609492210000", "value": "string", "projectId": [], "type": "encrypted", "target": [], "applyToAllCustomEnvironments": "false", "decrypted": "false", "comment": "string", "lastEditedByDisplayName": "Example Name" } ], "pagination": { "count": "20", "next": "1540095775951", "prev": "1540095775951" }}Default authentication mechanism