Skip to main content

Plans & Billing

Hooklistener offers a free tier and paid plans with additional features and higher limits.

Plan comparison

FeatureFreeProBusiness
Debug endpointsLimitedMoreUnlimited
Captured request retentionLimitedExtendedExtended
Uptime monitorsLimitedMoreUnlimited
Monitor check interval15 min1 min30 sec
Email inboxesLimitedMoreUnlimited
Static tunnelsYesYes
CSV exportYesYes
Request comparisonYesYes
Audit logYesYes
Organization members1MultipleUnlimited
API accessYesYesYes
MCP serverYesYesYes
Status pagesLimitedMoreUnlimited
Email supportYesPriority

Subscribing

Dashboard

  1. Go to Organization Settings > Billing
  2. Select a plan
  3. 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.