We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3442f7f commit 3a6d6d2Copy full SHA for 3a6d6d2
docs/user/api/v3.rst
@@ -47,6 +47,19 @@ Session
47
48
Session authentication is allowed, so the API can be used by our dashboard and other internal services.
49
50
+Rate limiting
51
+~~~~~~~~~~~~~
52
+
53
+The API limits unauthenticated requests to 5 per minute and authenticated requests to 60 per minute.
54
55
+Pagination
56
+~~~~~~~~~~
57
58
+All endpoints that return a list of objects are paginated.
59
+By default, 10 objects are returned per page,
60
+but you can change this using the ``limit`` query parameter.
61
+The response includes a ``count``, ``next``, and ``previous`` attributes to navigate between pages.
62
63
Resources
64
---------
65
0 commit comments