---
title: "Get a list of customer integrations"
method: GET
path: "/api/v1/customers/{id}/integrations"
tags: ["Customer Integrations"]
---

# Get a list of customer integrations

`GET /api/v1/customers/{id}/integrations`

Retrieves a paginated list of a customer's external integrations (billing, CRM, etc.).

## Path parameters

- `id` string, required

## Query parameters

- `after` string, uuid
- `before` string, uuid
- `limit` integer
- `vendorIdentifier` string[]

## Headers

- `X-ACCOUNT-ID` string
- `X-ENVIRONMENT-ID` string

## Response `200`

A paginated list of customer integration objects.

- CustomerIntegrationListResponseDto — Response list object
  - `data` object[], required
    - `id` string, required — Integration details
    - `vendorIdentifier` 'AUTH0' | 'ZUORA' | 'STRIPE' | 'HUBSPOT' | 'AWS_MARKETPLACE' | 'SNOWFLAKE' | 'SALESFORCE' | 'BIG_QUERY' | 'OPEN_FGA' | 'APP_STORE' | 'RECEIVED' | 'PREQUEL' | 'AIRWALLEX' | 'STRIPE_INVOICING', required — The vendor identifier of integration
    - `syncedEntityId` string, nullable, required — Synced entity id
    - `syncData` union
      - object — Price billing sync revision data containing billing ID, link URL, and price group package billing ID
        - `billingId` string, required — Billing integration id
        - `billingLinkUrl` string, required — Billing integration url
        - `priceGroupPackageBillingId` string, required — Price group package billing id
      - object — Billing sync revision data containing billing ID and link URL
        - `billingId` string, required — Billing integration id
        - `billingLinkUrl` string, required — Billing integration url
      - object — Marketplace sync revision data containing dimensions
        - `dimensions` string, required — Dimensions of the marketplace sync revision
  - `pagination` object, required — Pagination metadata including cursors for navigating through results
    - `next` string, uuid, nullable, required — Cursor for fetching the next page of results, or null if no additional pages exist
    - `prev` string, uuid, nullable, required — Cursor for fetching the previous page of results, or null if at the beginning

## Other responses

- `400` — bad request.
- `401` — User is not authenticated.
- `403` — User is not allowed to access this resource.
- `429` — Too many requests.

---

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