---
title: "Get a single integration"
method: GET
path: "/api/v2/organizations/{orgSlug}/integrations/{integrationId}"
tags: ["Integrations"]
---

# Get a single integration

`GET /api/v2/organizations/{orgSlug}/integrations/{integrationId}`

Get a single integration by id 

 Required scopes: `flex.settings.integrations.read`

## Path parameters

- `integrationId` string, required
- `orgSlug` string, required

## Response `200`

- IntegrationResultDto
  - `_id` string — The _id of the integration.
  - `type` string — The type of the integration.
  - `user` string — The id of the user that created the integration.
  - `settings` IntegrationSettingsDto
    - `appClientId` string — The app client id of the integration.
    - `secret` string — The secret of the integration.
    - `isExternal` boolean — Boolean that indicates whether the integration is external or not.
  - `locations` string[] — The locations the integration is enabled for.

---

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