---
title: "Get integration details"
method: GET
path: "/anrok/{integrationId}"
tags: ["Integrations"]
---

# Get integration details

`GET /anrok/{integrationId}`

Gets the integration details of the specified integration id

## Path parameters

- `integrationId` string, required

## Response `200`

successful operation

- Integration
  - `targetService` 'QUICKBOOKS' | 'XERO' | 'NETSUITE' | 'ANROK' | 'THOMSON_REUTERS'
  - `clientId` string
  - `environment` string
  - `realmId` string
  - `status` 'PENDING' | 'ACTIVE' | 'DELETED'
  - `metadata` JSONObject
    - `empty` boolean
  - `maskedApiKey` string
  - `createdOn` integer
  - `updatedOn` integer
  - `deleted` boolean
  - `id` string, uuid

---

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