Skip to main content

Usage and limits

To ensure safe and equitable resource sharing, we have established the following usage limits:

When it comes to request limitations, we do not provide specific thresholds in terms of requests per second. Instead, we implement precise restrictions on the utilization of particular functionalities. For instance, one such restriction is the limitation on the number of failed login attempts. If the quantity of requests surpasses the predefined limit, the API will respond with an error code 429.

Should you estimate this limit to be a problem for your use case of our API, please reach out to us directly by sending an email. We are here to assist you with any concerns you may have.

Request Tracking

To facilitate request tracking and prevent duplication in scenarios such as retries, our API supports an optional unique identifier for each request:

  • Header Parameter: Unique-Request-Id
  • Description: An optional unique identifier for the request, limited to 50 characters.
  • Purpose: Used to track requests and prevent duplication.
  • Requirement: Optional (not mandatory to include).
  • Data Type: String
  • Maximum Length: 50 characters
  • Example: 123e4567-e89b-12d3-a456-426614174000

Including a Unique-Request-Id in your API requests can help ensure idempotency and traceability of requests.