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.
