It is currently:
- If not authenticated the default rate limits will be applied:
- 200 request in 2 hours to /quote, /routes or /stepTransaction
- 20 rpm (request per minute) for all other requests combined
- Authenticated:
-
200 * 120 request in 2 hours to /quote, /routes or /stepTransaction
-
200 RPM for all other requests
-
*Frontend(Widget) Integrations: should NOT use an API-KEY: see not authenticated above
For CORS Issue after implementing the API Key please check this technical article.