---
title: "List products for integration configuration"
method: GET
path: "/v1/integrations/configuration/{id}/products"
tags: ["integrations"]
---

# List products for integration configuration

`GET /v1/integrations/configuration/{id}/products`

Returns products available for an integration configuration. Each product includes a `metadataSchema` field with the JSON Schema for required and optional metadata fields.

## Path parameters

- `id` string, required — ID of the integration configuration

## Query parameters

- `teamId` string
- `slug` string

## Response `200`

List of products available for this integration configuration

- object
  - `products` object[], required
    - `id` string, required
    - `slug` string, required
    - `name` string, required
    - `protocols` object, required
      - `storage` object
        - `status` 'disabled' | 'enabled', required
        - `repl` object
          - `enabled` false | true, required
          - `supportsReadOnlyMode` false | true, required
          - `welcomeMessage` string
      - `experimentation` object
        - `status` 'disabled' | 'enabled', required
        - `edgeConfigSyncingSupport` false | true
      - `ai` object
        - `status` 'disabled' | 'enabled', required
      - `authentication` object
        - `status` 'disabled' | 'enabled', required
        - `appUrlRegistrationSupport` false | true — The partner accepts Vercel-managed app URLs via `protocolSettings.authentication.appUrls` on provision-resource and update-resource, and reconciles them into its trusted-origin / redirect-URL allowlist. When absent, consumers surface the URL for a one-time manual registration instead.
      - `observability` object
        - `status` 'disabled' | 'enabled', required
      - `video` object
        - `status` 'disabled' | 'enabled', required
      - `workflow` object
        - `status` 'disabled' | 'enabled', required
      - `checks` object
        - `status` 'disabled' | 'enabled', required
      - `logDrain` object
        - `status` 'disabled' | 'enabled', required
        - `endpoint` string, required
        - `headers` object
        - `format` 'json' | 'ndjson', required
      - `traceDrain` object
        - `status` 'disabled' | 'enabled', required
        - `endpoint` string, required
        - `headers` object
        - `format` 'json' | 'proto', required
      - `messaging` object
        - `status` 'disabled' | 'enabled', required
      - `other` object
        - `status` 'disabled' | 'enabled', required
    - `primaryProtocol` 'ai' | 'authentication' | 'checks' | 'experimentation' | 'logDrain' | 'messaging' | 'observability' | 'other' | 'storage' | 'traceDrain' | 'video' | 'workflow'
    - `metadataSchema` object, required
      - `type` 'object', required
      - `properties` object, required
      - `required` string[]
      - `ui:order` string[]
  - `integration` object, required
    - `id` string, required
    - `slug` string, required
    - `name` string, required
  - `configuration` object, required
    - `id` string, required

## 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`

## Changes

> 39 revisions in range; 26 could not be searched.

- **2026-07-21** `2ae10ee9d21c` — 1 info
  - added the non-success response with the status `410`

[Change history](https://skmtc.dev/vercel/apis/api/changes/v1/integrations/configuration/:id/products/get.md)

---

[API](https://skmtc.dev/vercel/apis/api.md) · [All operations](https://skmtc.dev/vercel/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vercel/api/revisions/4191ba96b0c1/schema)
