---
title: "Get webhook OAuth configuration"
method: GET
path: "/api/notifications/v1/webhooks/{webhookId}/oauth-config"
tags: ["Notification Webhooks"]
---

# Get webhook OAuth configuration

`GET /api/notifications/v1/webhooks/{webhookId}/oauth-config`

Retrieves the OAuth configuration for a specific webhook. Secrets are excluded from the response.

## Path parameters

- `webhookId` string, required

## Response `200`

OAuth configuration retrieved successfully

- GetWebhookOAuthConfigResponse
  - `webhookId` string, required
  - `tokenUrl` string, required
  - `clientId` string, required
  - `scope` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Invalid request parameters
- `403` — Access denied
- `404` — OAuth configuration not found
- `500` — Unexpected error occurred

---

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