---
title: "Get OAuth status"
method: GET
path: "/v1/integration/oauth/{name}/status"
tags: ["oauth"]
---

# Get OAuth status

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

## Path parameters

- `name` string, required

## Query parameters

- `integration_type` 'neuron' | 'config'
- `integration_name` string

## Headers

- `X-Team-Id` string

## Response `200`

OK

- object
  - `status` 'not_connected' | 'pending' | 'success', required
  - `metadata` OAuthMetadata
    - `installation_url` string, required
  - `config_id` string

## Other responses

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

## Changes

- **2025-11-18** `41ee26b930f3` — 2 info
  - added the new optional `query` request parameter `integration_name`
  - added the new optional `query` request parameter `integration_type`
- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/integration/oauth/:name/status/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)
