---
title: "Unblock a webhook URL"
method: POST
path: "/api/notifications/v1/webhooks/{webhookId}/unblockurl"
tags: ["Notification Webhooks"]
---

# Unblock a webhook URL

`POST /api/notifications/v1/webhooks/{webhookId}/unblockurl`

Removes the webhook's destination URL from the blocked list and clears its failure counter.

## Path parameters

- `webhookId` string, required

## Response `200`

Webhook URL unblocked successfully

- UnblockWebhookUrlResponse
  - `webhookId` string, required

## Other responses

- `400` — Invalid request
- `403` — Access denied
- `404` — Webhook 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)
