Skip to main content

Koncili Environments

This page details the available environments within the Koncili platform.


Production Environment

The following steps are required to move to production:

  1. Submit API calls for technical validation.
  2. Obtain approval for all required request types.
  3. Receive a new production-grade access token.
Production Details

Production Rate Limiting

Production limits are endpoint-specific and can be reviewed at Rate Limit.

Production Blocking Policy:

  • Initially, exceeding limits results in a 429 (Too Many Requests) status code.
  • Persistent excess leads to a global block with a 423 (Locked) status code.
  • Refer to the Blacklist Documentation for further details.

Recommendations:

  • Implement handling for 429 and 423 status codes.
  • Actively monitor request consumption.
  • Control call frequency to prevent automated blocking.