Typescript
import { Vercel } from "@vercel/sdk"; const vercel = new Vercel({ bearerToken: "<YOUR_BEARER_TOKEN_HERE>", }); async function run() { const result = await vercel.marketplace.createInstallationIntegrationEdgeConfig({ integrationConfigurationId: "<id>", resourceId: "<id>", }); console.log(result); } run();
{ "items": {}, "updatedAt": 123, "digest": "<string>" }
When the user enabled Edge Config syncing, then this endpoint can be used by the partner to fetch the contents of the Edge Config.
Default authentication mechanism
The Edge Config data
The response is of type object.
object