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

# Get integration details

`GET /taxjar/{integrationId}`

Gets the integration details of the specified integration id

## Path parameters

- `integrationId` string, required

## Response `200`

successful operation

- TaxJarIntegration
  - `createdOn` integer
  - `updatedOn` integer
  - `tenantId` string
  - `integrationId` string
  - `maskedApiKey` string
  - `isDeleted` boolean
  - `isSandbox` boolean

---

[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)
