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

# Webhook URLs

> Where to find and how to use your PayGlue webhook URL.

## Where to find your webhook URL

Your webhook URL is shown on each provider's connection page. Go to **Connection** in your PayGlue dashboard, open the provider you want to configure, and copy the webhook URL from there.

The format is:

```text theme={null}
https://api.payglue.io/webhooks/{provider}?tenant=your-org-slug
```

For example, for Polar:

```text theme={null}
https://api.payglue.io/webhooks/polar?tenant=your-org-slug
```

## Adding the URL to your provider

Paste this URL into your payment provider's webhook settings. See the provider-specific guides for exact steps:

* [Polar](/providers/polar)
* [Lemon Squeezy](/providers/lemon-squeezy)
* [Stripe](/providers/stripe)
* [PayPal](/providers/paypal)
* [Creem](/providers/creem)

<Warning>
  If you rename your organization slug, your webhook URLs change. Update them in every provider's dashboard immediately.
</Warning>
