---
title: "Get integration metadata"
method: GET
path: "/integrations/{id}"
tags: ["integrations"]
---

# Get integration metadata

`GET /integrations/{id}`

Get integration metadata by ID.

## Path parameters

- `id` string, required

## Response `200`

Success

- IntegrationRecord — Integration record
  - `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

## Other responses

- `404` — Integration not found.
- `default` — Unexpected error.

## Changes

- **2023-07-14** (v5) `52586a274771` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pinterest/apis/pinterest-rest-api/changes/integrations/:id/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/0ff12596bafd/schema)
