---
title: "List OAuth integrations"
method: GET
path: "/v1/integration/oauth/{name}/list"
tags: ["oauth"]
---

# List OAuth integrations

`GET /v1/integration/oauth/{name}/list`

## Path parameters

- `name` string, required

## Query parameters

- `integration_type` 'neuron' | 'config' | 'all'

## Headers

- `X-Team-Id` string

## Response `200`

OK

- object
  - `integrations` object[], required
    - `id` integer
    - `config_id` string
    - `provider` string
    - `integration_type` string
    - `integration_name` string
    - `created_at` string, date-time
    - `jira_cloud_id` string
    - `github_installation_id` integer
    - `linear_org_id` string

## Other responses

- `400` — Example response
- `401` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2025-11-18** `41ee26b930f3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/integration/oauth/:name/list/get.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/projectdiscovery/apis/pdcp-api/revisions/24404c1dd282?raw)
