Base API URL: https://api.configcat.com
If you prefer the swagger documentation, you can find it here: Swagger UI.
The purpose of this API is to access the ConfigCat platform programmatically. You can Create, Read, Update and Delete any entities like Feature Flags, Configs, Environments or Products within ConfigCat.
The API is based on HTTP REST, uses resource-oriented URLs, status codes and supports JSON and JSON+HAL format. Do not use this API for accessing and evaluating feature flag values. Use the SDKs instead.
The complete specification is publicly available here: swagger.json. You can use it to generate client libraries in various languages with OpenAPI Generator or Swagger Codegen to interact with this API.
This API uses the Basic HTTP Authentication Scheme.
All the rate limited API calls are returning information about the current rate limit period in the following HTTP headers:
Header | Description |
---|---|
X-Rate-Limit-Remaining | The maximum number of requests remaining in the current rate limit period. |
X-Rate-Limit-Reset | The time when the current rate limit period resets. |
When the rate limit is exceeded by a request, the API returns with a HTTP 429 - Too many requests
status along with a Retry-After
HTTP header.
Use this page to mock ConfigCat Public Management API in your testing and development.
Run our mock API sample using the open source WireMock library, or in the free edition of WireMock Cloud. You'll have a working API server simulating the behavior of ConfigCat Public Management API, which will allow you to keep building and testing even if the actual API you isn't currently available.