Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions pages/docs/api/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ Infinity uses a REST API for general operations such as sending and receiving `P

[spider.infinitybotlist.com](https://spider.infinitybotlist.com) is the beta API and will always point to the current latest API version.

The current latest beta API version is ``v5``. The current stable API version is ``v4.1`` (which is what currently runs on https://api.infinitybotlist.com)
The current latest beta API version is ``v5``. The current stable API version is ``v5`` (which is what currently runs on https://api.infinitybotlist.com)

**Note that in most cases, ``spider.infinitybotlist.com`` and ``api.infinitybotlist.com`` will be in sync and will point to the same server**

The current release date of ``v5`` is unknown. We are working hard in making it as stable as possible before release. Many features will be exclusive to API v5

**There are several breaking changes in ``v5``. Your library should be taking care of these differences (such as 'flatter'/simpler to use API responses)

---
Expand Down
8 changes: 8 additions & 0 deletions pages/docs/api/bots.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ Fetch some information about a specific bot from our API.

---

## Test Webhook

<HTTPHeader type="POST" path="/webhook-test" />

Allows you to test your webhook.

This endpoint as of right now is prone to change, as such see [here](https://spider.infinitybotlist.com/docs#tag/System/operation/webhook_test) for the request and response you will get as this may rapidly change in the future if the site requires it. You should *never* rely on this endpoint for long running scripts.

## POST Bot Stats

<HTTPHeader type="POST" path="bots/stats" />
Expand Down