---
title: "Get entity integration mappings"
method: GET
path: "/integrations/mappings"
tags: ["Integrations"]
---

# Get entity integration mappings

`GET /integrations/mappings`

Get integration mappings for a specific entity by entity type and entity ID.

## Query parameters

- `entity_type` string, required
- `entity_id` string, required

## Response `200`

OK

- ListEntityIntegrationMappingsResponse
  - `items` EntityIntegrationMappingResponse[]
    - `created_at` string, date-time
    - `created_by` string
    - `entity_id` string
    - `entity_type` 'customer' | 'plan' | 'invoice' | 'subscription' | 'payment' | 'credit_note' | 'addon' | 'item' | 'item_price' | 'price' | 'invoice_line_item'
    - `environment_id` string
    - `id` string
    - `metadata` object
    - `provider_entity_id` string
    - `provider_type` string
    - `status` 'published' | 'deleted' | 'archived'
    - `tenant_id` string
    - `updated_at` string, date-time
    - `updated_by` string
  - `pagination` TypesPaginationResponse
    - `limit` integer
    - `offset` integer
    - `total` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2026-07-15** `f8ecf435d25d` — 3 warning
  - added the new `invoice_line_item` enum value to the `items/items/entity_type` response property for the response status `200`
  - added the new `not_implemented` enum value to the `code` response property for the response status `400`
  - added the new `not_implemented` enum value to the `code` response property for the response status `500`
- **2026-07-09** `7d57386313c7` — 3 breaking, 13 warning, 3 info
  - the `items/items/entity_type` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `items/items/status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `pagination` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the new `addon` enum value to the `items/items/entity_type` response property for the response status `200`
  - …15 more
- **2026-07-09** `4b1a811c4179` — 5 breaking, 3 warning, 13 info
  - the `items/items/created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `items/items/entity_type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `items/items/status` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `items/items/updated_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - …17 more
- …earlier changes not shown

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

---

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