Limitations

Raa Labs limits the number of REST API calls that can be made within a specific amount of time. This limit helps prevent abuse and denial-of-service attacks, and ensures that the API remains available for all users.

Contact your administrator for details about your environment.

Rate Limits

The rate limit applies per IP address and is not tied to the client credential used. If the limit is exceeded, the API returns a 429 status code.

Concurrent Requests

The maximum allowed number of concurrent requests applies per client credential, but is independent of the IP address used to make the request. If the maximum is exceeded, the API returns a 429 status code.

Last updated