Skip to content

Commit 7083a8b

Browse files
committed
Update docs
1 parent 3c01ac1 commit 7083a8b

3 files changed

Lines changed: 17 additions & 6 deletions

File tree

docs/api/requests.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ Returns a CSV file with all requests (maximum 10000.) The amount of columns of t
165165
#### Query string parameters
166166

167167
* `sorting` (string) - either `newest` or `oldest` (default)
168-
* `per_page` (int) - amount of requests returned, defaults to 10000 (max 10000)
169-
* `page` (int) - page number to retrieve (default 1)
168+
* `per_page` (int) - amount of requests returned, defaults to `request_limit` of Token (max 100000)
170169
* `date_from`, `date_to` (date string) - filter requests by date, format `yyyy-MM-dd HH:mm:ss`
171170
* `query` (string) - filter requests by a query string search (see [here](#search-query-examples) for examples)
172171

docs/news.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ Subscribe below to receive updates about improvements and new features on Webhoo
2424
</form>
2525
</div>
2626

27+
## 21 January 2026
28+
29+
* Webhook.site Enterprise subscribers can now configure a request limit for URLs up to 100.000. The default remains at 10.000.
30+
* HTTP Request action timeout raised to 120 seconds when the action has Queue mode enabled.
31+
* XHR Redirect functionality has been added to Share links.
32+
* Fixed an bug when using Extract JSON in repeat mode where all items wouldn't be included in the loop.
33+
* Action Replay: Internal server errors are now shown in the replay log.
34+
* Action AI: Now knows all operators in Conditions action.
35+
* Action AI: Updated to latest model.
36+
* Modify Response action: Added logging.
37+
2738
## 26 November 2025
2839

2940
* HTTP Request action: Added "Import from cURL command" button.

docs/pro.markdown

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,20 @@ With Webhook.site Basic, Pro and Webhook.site Enterprise subscriptions, you get
3636
| Free Email Support |||||
3737
| Custom Domain |||||
3838
| Multi-User Support & SAML SSO |||||
39-
| Max Requests per URL | 100 | Unlimited | Unlimited | Unlimited |
40-
| Request History per URL | 100 | 10.000<sup>2</sup> | 10.000<sup>2</sup> | 10.000<sup>2</sup> |
39+
| Max Requests per URL | 50 | Unlimited | Unlimited | Unlimited |
40+
| Request History per URL | 50 | 10000<sup>2</sup> | 10.000<sup>2</sup> | 100.000<sup>3</sup> |
4141
| URL/Email Address expiry | 7 days<sup>1</sup> | Never expires | Never expires | Never expires |
4242
| Data storage duration | 7 days<sup>1</sup> | 365 days | 365 days | 365 days |
43-
| Pricing<sup>3</sup> | | $9/month $90/year (save 20%) | $18/month $180/year (save 20%) | $69/month $699/year (save 20%) |
43+
| Pricing<sup>4</sup> | | $9/month $90/year (save 20%) | $18/month $180/year (save 20%) | $69/month $699/year (save 20%) |
4444

4545

4646
<div class="center">
4747
<a href="https://webhook.site/register" class="md-button md-button--default no-underline">Subscribe Now</a>
4848
</div>
4949

5050
1. Free URLs and email addresses automatically expire and are permanently deleted after 7 days.
51-
2. Pro and Enterprise URLs accept an unlimited amount of requests or emails, but only the latest 10.000 are available. Older requests are removed periodically.
51+
2. Pro and Enterprise URLs accept an unlimited amount of requests or emails, but only the latest this amount is available for each URL. For Basic, the limit is 1000. Older requests are removed from our datastore periodically.
52+
3. On URLs created on Enterprise accounts, the request history can be raised to 100.000 on individual URLs, but defaults to 10.000.
5253
3. All pricing in USD and excluding VAT. Local currency can be used at checkout.
5354

5455

0 commit comments

Comments
 (0)