---
title: "List integrations"
method: GET
path: "/integrations"
tags: ["integrationsapi"]
---

# List integrations

`GET /integrations`

## Query parameters

- `billing_only` boolean
- `exclude_ids` string[]
- `id` string
- `state` 'active' | 'created' | 'pending'
- `type` 'clerk' | 'metronome' | 'orb' | 'stripe' | 'unknown' | 'workos'
- `limit` integer — Page limit (default 100)
- `offset` integer — Page offset (default 0)

## Response `200`

OK

- object
  - `data` IntegrationsListResponseData[], required
    - `capabilities` IntegrationCapabilities, required
      - `author_plans` boolean, required
      - `checkout` boolean, required
      - `edit_billing` boolean, required
    - `config` union
      - object
        - `account_id` string, nullable — Connected Stripe account ID (acct_*)
        - `account_name` string, nullable — Display name of the connected Stripe account
        - `company_update_only` boolean — When importing Stripe customers, only update existing companies, do not create new companies
        - `is_sandbox` boolean, required — Whether the integration is connected to a Stripe sandbox account
        - `live_mode` boolean, required — Whether the integration is connected to a live Stripe account
        - `onboard_url` string, nullable — Onboarding URL returned during the v2 (Connect) install flow before activation
        - `return_to` string, nullable — App location that started the connect flow; the OAuth callback redirects back there on success
        - `type` 'stripe', required — Discriminator: always "stripe" for this variant
      - object
        - `external_customer_id_key` string, nullable — Schematic company key used to store Orb's external_customer_id; when unset, defaults to orb_external_customer_id
        - `type` 'orb', required — Discriminator: always "orb" for this variant
      - object
        - `first_events_received` boolean, nullable — Whether Schematic has received the first webhook event from Clerk after install
        - `type` 'clerk', required — Discriminator: always "clerk" for this variant
        - `webhook_url` string, nullable — URL configured on the Clerk webhook endpoint that delivers events to Schematic
      - object
        - `first_events_received` boolean, nullable — Whether Schematic has received the first webhook event from WorkOS after install
        - `type` 'workos', required — Discriminator: always "workos" for this variant
        - `webhook_url` string, nullable — URL configured on the WorkOS webhook endpoint that delivers events to Schematic
      - object
        - `external_customer_id_key` string, nullable — Schematic company key used to store the Metronome customer's ingest alias; when unset, imported customers carry only metronome_customer_id
        - `type` 'metronome', required — Discriminator: always "metronome" for this variant
    - `id` string, required
    - `is_app_install` boolean, required
    - `is_connect_install` boolean, required
    - `last_webhook_received_at` string, date-time, nullable
    - `state` 'active' | 'created' | 'pending', required
    - `type` 'clerk' | 'metronome' | 'orb' | 'stripe' | 'unknown' | 'workos', required
  - `params` object, required — Input parameters
    - `billing_only` boolean
    - `exclude_ids` string[]
    - `id` string
    - `limit` integer — Page limit (default 100)
    - `offset` integer — Page offset (default 0)
    - `state` 'active' | 'created' | 'pending'
    - `type` 'clerk' | 'metronome' | 'orb' | 'stripe' | 'unknown' | 'workos'

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

## Changes

> 125 revisions in range; 61 could not be searched.

- **2026-07-15** `3baa54bf8b3f` — 2 warning
  - for the `query` request parameter `limit`, the max was set to `250.00`
  - for the `query` request parameter `limit`, the min was set to `0.00`
- **2026-07-06** `e836d3bfd007` — 2 info
  - added the optional property `data/items/config/oneOf[subschema #5: MetronomeIntegrationConfig]/external_customer_id_key` to the response with the `200` status
  - added the optional property `data/items/last_webhook_received_at` to the response with the `200` status
- **2026-06-05** `d5456e7d9462` — 1 breaking, 2 warning, 2 info
  - added `#/components/schemas/MetronomeIntegrationConfig` to the `data/items/config` response property `oneOf` list for the response status `200`
  - added the new `metronome` enum value to the `data/items/type` response property for the response status `200`
  - added the new `metronome` enum value to the `params/type` response property for the response status `200`
  - added the new enum value `metronome` to the `query` request parameter `type`
  - …1 more
- …earlier changes not shown

[Full history](https://skmtc.dev/schematichq/apis/schematic-api/changes/integrations/get.md)

---

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