Authorization User Roles HTTP Methods Real-Time Data Streaming Status Codes Content Types Errors Pagination Rate Limiting Versioning
Please beware that the documentation is still in Alpha!
To ensure the performance and availability of the API for all users, we have implemented rate limiting. This means that there is a limit to the number of requests that a developer can make within a certain time period.
The rate limit is currently set at 100 requests per hour. If you exceed the rate limit, you will receive a 429 Too Many Requests
error response.
To help developers keep track of their usage, the following headers are included in the response:
Here is an example of the X-Rate-Limit headers in the response:
1linkX-Rate-Limit-Limit: 100
2linkX-Rate-Limit-Remaining: 50
3linkX-Rate-Limit-Reset: 1603458800
If you need to make more requests than the rate limit allows, please contact us to discuss an increase to your rate limit.