UNI-Cloud API 1.1

Homepage Integration

Overviewchevron_right
Endpointschevron_right

API Changelog

Please beware that the documentation is still in Alpha!

linkRate Limiting

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:

Headers
chevron_right
  • X-Rate-Limit-Limit

    The total number of requests that the user is allowed to make per hour.
  • X-Rate-Limit-Remaining

    The number of requests remaining in the current rate limit window.
  • X-Rate-Limit-Reset

    The time at which the rate limit window resets; in Unix timestamp format.

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.