Creating & Managing Endpoints
An endpoint is a unique public URL that receives webhook requests. You can manage endpoints from the dashboard and, where your workflow needs it, from the REST API documented outside this site’s public API reference.
Creating an Endpoint
From the Dashboard
- Log in to hooknexus.com and go to the Dashboard.
- Click New Endpoint.
- Your endpoint is created with a unique URL.
- Copy the URL and configure it in your third-party service.
Via the API
If you automate endpoint creation, use your integration’s HTTP client with the business API. The response includes an id and a public URL under /h/{id}.
Endpoint lifetime
| Plan | Active endpoints | Permanent slots | Typical validity |
|---|---|---|---|
| Free | Up to 3 | 0 | 24 hours from creation |
| Plus | Up to 10 | 1 | 30 days |
Always confirm limits in the app for your account.
Deleting an Endpoint
Deleting removes the endpoint and its request history from your workspace. Use the trash/delete control in the dashboard or your API integration.
Quotas
Daily requests, body size, WebSocket usage, and API keys are summarized on Pricing.