Skip to content

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

  1. Log in to hooknexus.com and go to the Dashboard.
  2. Click New Endpoint.
  3. Your endpoint is created with a unique URL.
  4. 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

PlanActive endpointsPermanent slotsTypical validity
FreeUp to 3024 hours from creation
PlusUp to 10130 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.