An endpoint is a permanent, always-on URL that receives webhooks on your behalf. Once you create one, it never changes and never goes down — so webhook providers always have somewhere to send events, even when your own server isn’t running.Documentation Index
Fetch the complete documentation index at: https://bobprince.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Your capture URL
Every endpoint has a uniquepublic_token. Your capture URL is:
Endpoint fields
Each endpoint tracks the following:| Field | Description |
|---|---|
name | A label you set, such as “Stripe payments” or “GitHub CI” |
public_token | The unique token that forms your capture URL |
is_active | Whether the endpoint is accepting incoming webhook requests |
is_active at any time from the dashboard or the API.
Multiple endpoints
You can create as many endpoints as you need. A common pattern is one endpoint per provider or use case:One per provider
Separate endpoints for Stripe, GitHub, and Shopify keep your events organized and easy to filter.
One per environment
Separate endpoints for production and staging let you test webhook flows without mixing live data.
Creating an endpoint
public_token. Use it to build your capture URL:
Your capture URL is ready to use immediately after the endpoint is created. There is no propagation delay.
