---
title: "Get microfrontends config for a deployment"
method: GET
path: "/v1/microfrontends/{deploymentId}/config"
tags: ["microfrontends"]
---

# Get microfrontends config for a deployment

`GET /v1/microfrontends/{deploymentId}/config`

Get the microfrontends config for a deployment.

## Path parameters

- `deploymentId` string, required — The unique deployment identifier

## Query parameters

- `teamId` string
- `slug` string

## Response `200`

- object
  - `config` object, nullable, required — projectIds are added when the config is uploaded to s3 deployment assets.
    - `$schema` string — See https://openapi.vercel.sh/microfrontends.json.
    - `version` '1' — The version of the microfrontends config schema.
    - `applications` object, required
    - `options` object — Optional configuration options for the microfrontend.
      - `disableOverrides` false | true — If you want to disable the overrides for the site. For example, if you are managing rewrites between applications externally, you may wish to disable the overrides on the toolbar as they will have no effect. See https://vercel.com/docs/microfrontends/managing-microfrontends/vercel-toolbar#routing-overrides.
      - `localProxyPort` number — The port number used by the local proxy server. The default value is 3024. See https://vercel.com/docs/microfrontends/local-development.

## Other responses

- `400` — One of the provided values in the request query is invalid.
- `401` — The request is not authorized.
- `403` — You do not have permission to access this resource.
- `404`
- `410`
- `500`

---

[API](https://skmtc.net/vercel/apis/api.md) · [All operations](https://skmtc.net/vercel/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vercel/api/versions/61d1ba3f6dac/schema)
