> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rhino.fi/llms.txt
> Use this file to discover all available pages before exploring further.

# Subscribe to webhooks

> You can either setup your webhook URL once for your project in the Rhino Console or pass it on invidual bridges.

## Using the Rhino.fi Console

Within the <u>Rhino.fi</u> Console, navigate to the ‘Integrate’ section within the navigation bar. Under the ‘Webhooks’ section you are able to set up a new webhook and view an existing webhook.

To add a new webhook, enter the webhook URL.

<Warning>
  Please make sure NOT to include the suffix `/rhinofi-event`.

  e.g you should provide: [https://my-server.com/prefix](https://my-server.com/prefix), and Rhino.fi will then call: [https://my-server.com/prefix/rhinofi-event](https://my-server.com/prefix/rhinofi-event)
</Warning>

The list of webhook event types are available here: [<u>https://docs.rhino.fi/webhook/events-list</u>](https://docs.rhino.fi/webhook/events-list)

## Including within API calls

The <u>Rhino.fi</u> Console routes enables you to receive all webhook evenst through to a single webhook URL. However it’s also possible to specify a different URL per bridge, bridge+swap or Smart Deposit Address.

This can be achieved by passing a URL within the `webhookUrl` param in the:

* `POST/quote/bridge-swap/user` endpoint: for bridge and bridge+swap related activity
* `POST/deposit-addresses` endpoint: for Smart Deposit Address set up and related activity

For the exact specification, [see the API Reference](https://docs.rhino.fi/api-reference/sda/depositaddresses/create-new-deposit-address)
