Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

chore: add word on limits in the rest api #206

Merged
merged 2 commits into from Sep 17, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion .vscode/settings.json
@@ -1,5 +1,11 @@
{
"javascript.validate.enable": false,
"typescript.validate.enable": false,
"eslint.validate": ["javascript", "javascriptreact"]
"eslint.validate": [
"javascript",
"javascriptreact"
],
"cSpell.enableFiletypes": [
"mdx"
]
}
1 change: 1 addition & 0 deletions src/rest-api/rest-api.mdx
Expand Up @@ -121,6 +121,7 @@ To keep our API available to as many of you as possible, we introduced rate limi

There is a budget for both a project and endpoints.
Each endpoint has a price assigned and it might be higher for the endpoints that impose more stress on the system.
The limit is usually 500 requests per 30 minutes for each endpoint.

To get information about your usage of the Smartlook REST API you can call `/api/statistics` endpoint.
To extend limits for your projects please contact the Smartlook support.