Skip to main content

Usage and limits

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

We have a limitation of 60 request / min for login and additional 120 request / min for every other API endpoint. 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.