Koncili Environments
This page details the available environments within the Koncili platform.
Production Environment
The following steps are required to move to production:
- Submit API calls for technical validation.
- Obtain approval for all required request types.
- 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
429and423status codes. - Actively monitor request consumption.
- Control call frequency to prevent automated blocking.