β Common Errors & Rate Limiting
Common Errors
These are the following errors you may encounter across your API journey!
Status Returned | Meaning |
---|---|
π’ 200 | Success |
π΄ 400 | Invalid value input or unexpected null value |
π΄ 401 | Unauthenticated |
π΄ 403 | Invalid API Key | | Invalid Headers | | Your API key role does not have proper permission |
π΄ 429 | Too many requests |
π΄ 500 | Invalid Request | | Could be missing or misspelling required parameters |
Authentication Failed | Improper Headers |
Rate Limiting
The current limit is set to 10 requests per second!
Use of the Rhombus API is subject to API call rate limiting or "request throttling".
This is the number of requests that can be made simultaneously or within the same second using your API Key before receiving an HTTP 429 "Too Many Requests" throttling error.
Updated 21 days ago