---
title: "Get All Integrations"
method: GET
path: "/api/v3.0/orgs/{orgUuid}/integrations"
tags: ["Integrations"]
---

# Get All Integrations

`GET /api/v3.0/orgs/{orgUuid}/integrations`

Returns all integrations for the given organization with optional filtering.

## Path parameters

- `orgUuid` string, required

## Response `200`

OK

- DWRResponseV3ListIntegrationDTOV3
  - `supportToken` string
  - `response` IntegrationDTOV3[]
    - `uuid` string
    - `orgUuid` string
    - `status` 'ACTIVE' | 'SUSPENDED' | 'DELETED'
    - `type` 'JIRA' | 'GITHUB' | 'INVICTI' | 'WIZ'
    - `variant` 'JIRA_CLOUD' | 'JIRA_CLOUD_SECURITY' | 'JIRA_DC' | 'WIZ_COMMERCIAL' | 'WIZ_GOV' | 'WIZ_COMM_ON_GOV' | 'WIZ_DEMO'
    - `extraData` object
    - `createdBy` string
    - `creationDate` string, date-time
    - `lastUpdate` string, date-time

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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