Rate limits

View as Markdown

Each API key is limited to 8 requests per 1-second window. Every request to https://api.simjuno.com/v1 counts against that window, including retries.

Requests above the limit return 429 Too Many Requests:

1{
2 "code": "TOO_MANY_REQUESTS",
3 "message": "Too many requests"
4}

Throttle your client and retry with backoff.