---
api: 'Business API'
---

# Retrieve a webhook

Get your webhook URL.

## Endpoint

GET `/webhook`

> This endpoint is **deprecated**.

## Returns

### 200

The existing webhook

#### Response attributes

- `url` (string)
    The valid webhook URL that event notifications are sent to. The supported protocol is `https`.
