Plans & Billing
Hooklistener offers a free tier and paid plans with additional features and higher limits.
Plan comparison
| Feature | Free | Pro | Business |
|---|---|---|---|
| Debug endpoints | Limited | More | Unlimited |
| Captured request retention | Limited | Extended | Extended |
| Uptime monitors | Limited | More | Unlimited |
| Monitor check interval | 15 min | 1 min | 30 sec |
| Email inboxes | Limited | More | Unlimited |
| Static tunnels | — | Yes | Yes |
| CSV export | — | Yes | Yes |
| Request comparison | — | Yes | Yes |
| Audit log | — | Yes | Yes |
| Organization members | 1 | Multiple | Unlimited |
| API access | Yes | Yes | Yes |
| MCP server | Yes | Yes | Yes |
| Status pages | Limited | More | Unlimited |
| Email support | — | Yes | Priority |
Subscribing
Dashboard
- Go to Organization Settings > Billing
- Select a plan
- Complete checkout via Stripe
API
curl -X POST https://app.hooklistener.com/api/v1/subscription/create \
-H "Authorization: Bearer hklst_your_api_key" \
-H "Content-Type: application/json" \
-d '{"plan": "pro"}'
This returns a Stripe checkout URL.
Managing your subscription
Cancel
curl -X POST https://app.hooklistener.com/api/v1/subscription/cancel \
-H "Authorization: Bearer hklst_your_api_key"
Your subscription remains active until the end of the billing period. No data is deleted.
Resume a cancelled subscription
If you're still within the billing period:
curl -X POST https://app.hooklistener.com/api/v1/subscription/resume \
-H "Authorization: Bearer hklst_your_api_key"
Checking your plan
curl https://app.hooklistener.com/api/v1/organizations/<org-id>/plan \
-H "Authorization: Bearer hklst_your_api_key"
Pricing
Visit hooklistener.com/pricing for current pricing details.
FAQ
What happens when I downgrade? Your existing resources remain but you won't be able to create new ones beyond the lower plan's limits. Paid features (CSV export, audit log, etc.) become unavailable.
Can I switch plans mid-cycle? Yes. When upgrading, you're prorated for the remainder of the billing period. When downgrading, changes take effect at the next billing cycle.
What payment methods are accepted? All major credit and debit cards via Stripe.