---
title: "Get integration metadata list"
method: GET
path: "/integrations"
tags: ["integrations"]
---

# Get integration metadata list

`GET /integrations`

Get integration metadata list.
Note: If you're interested in joining the beta, please reach out to your Pinterest account manager.

## Query parameters

- `bookmark` string
- `page_size` integer

## Response `200`

Success

- object
  - `items` object[], required
    - `id` string
    - `external_business_id` string, nullable
    - `connected_merchant_id` string, nullable
    - `connected_user_id` string
    - `connected_advertiser_id` string, nullable
    - `connected_lba_id` string, nullable
    - `connected_tag_id` string, nullable
    - `partner_access_token` string, nullable
    - `partner_refresh_token` string, nullable
    - `partner_primary_email` string, nullable
    - `partner_access_token_expiry` integer, nullable
    - `partner_refresh_token_expiry` integer, nullable
    - `scopes` string, nullable
    - `partner_metadata` string, nullable
    - `additional_id_1` string, nullable
    - `created_time` integer
    - `updated_time` integer
  - `bookmark` string, nullable

## Other responses

- `default` — Unexpected error.

## Changes

- **2024-04-23** (v5) `f9321315766f` — 1 breaking
  - the `allOf[subschema #2]/` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2023-07-14** (v5) `52586a274771` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pinterest/apis/pinterest-rest-api/changes/integrations/get.md)

---

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