Skip to main content
Version: 1.0.0

CloudJoi API

Rate limiting

All API endpoints are rate-limited by default.

Default limits

  • 60 requests per minute per API key
  • Limits are applied per API key

Rate limit headers Every response may include:

  • X-RateLimit-Limit
  • X-RateLimit-Remaining
  • X-RateLimit-Reset

When the limit is exceeded, the API returns HTTP 429 with:

  • Retry-After

Authentication

Authentication

All API requests require an API key.

Include the API key in the request header.

Requests without a valid API key will receive HTTP 401.

Security Scheme Type:

apiKey

Header parameter name:

x-theatron