Creating Endpoints
Learn how to create and manage webhook endpoints.
Creating a New Endpoint
- Navigate to the Webhooks section in your dashboard
- Click the "New Endpoint" button
- Enter a name for your endpoint (e.g., "Stripe Payments")
- Optionally add a description
- Click "Create" to generate your unique URL
Your Endpoint URL
Each endpoint gets a unique URL in the format:
https://api.saassimplified.net/catch/<endpoint-id>
Use this URL in any service that supports webhooks. All HTTP methods are supported (GET, POST, PUT, DELETE, PATCH, etc.).
Endpoint Settings
Click the settings icon on any endpoint to configure:
- Name & Description: Update the endpoint's display name and description
- Active/Inactive: Toggle whether the endpoint accepts new requests
- Forward URL (Pro): Forward requests to another URL
- Custom Response (Pro): Configure the response returned to the sender
Best Practices
- Use descriptive names to easily identify what each endpoint is for
- Create separate endpoints for different integrations
- Disable endpoints when not in use to prevent unnecessary request storage
- Regularly clean up old requests to keep your dashboard organized