Limits

Request limiting

A maximum of 30 requests per second can be made to the HTTP API or the methods exposed in the SDKs.

If this limit is reached, the API will respond with a 429 status code and will block further requests.

The limit is enforced per client IP address / active website user.

Increasing the limit

If you require more requests as a requirement of your integration please reach out to platform@seeka.co.

Future

We are planning to provide a better development experience via the use of the Retry-After-Ms header which will provide the milliseconds to wait before sending the next request.