Skip to main content

Plans & Billing

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

Plan comparison

FeatureFreeProTeamEnterprise
Debug endpointsLimitedMoreMoreUnlimited
Captured request retentionLimitedExtendedExtendedExtended
Uptime monitorsLimitedMoreMoreUnlimited
Monitor check interval15 min1 min1 min30 sec
Email inboxesLimitedMoreMoreUnlimited
Static tunnelsYesYesYes
CSV exportYesYesYes
Request comparisonYesYesYes
Datastore100–1,000 entries100–1,000 entriesUnlimited
Automations5 actions/endpoint20 actions/endpointUnlimited
Audit logYesYesYes
Organization members1MultipleMultipleUnlimited
API accessYesYesYesYes
MCP serverYesYesYesYes
Status pagesLimitedMoreMoreUnlimited
Email supportYesYesPriority

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.