We are in the early stages of rolling out rate limits. No rate limits are currently
enforced, but we are monitoring usage patterns and will implement fair-use protections soon.
When enforcement is introduced, this page will be updated to reflect:
- The exact request limits per minute/hour
- Which endpoints or operations are affected
- How to identify when youβre being throttled
- How to handle rate limit errors gracefully
- β Fast and consistent performance for all partners
- π Protection against accidental or malicious overuse
- π Platform scalability as usage grows
π§ How to handle rate limits (future)
When limits are enforced, youβll receive a429 Too Many Requests
response if you exceed them.
We will include headers like:
Header | HTTP Status |
---|---|
Retry-After | Number of seconds to wait before retrying |
X-Ownright-RateLimit-Limit | Your current rate limit |
X-Ownright-RateLimit-Remaining | How many requests you have left |
X-Ownright-RateLimit-Reset | Timestamp when the limit resets |
Limits apply per API client, not globally across all partners.