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 ent
https://api.configcat.com
Auth type
Basic Auth
Auth header
Authorization: Basic BASE64(username:password)
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://configcat.com
Endpoint status
Live — HTTP 200 — endpoint is accessible8.16s
(checked Mar 29, 2026)
Builder score
D
38%
builder-friendly
HTTP Basic Auth — base64-encoded username:password
Authorization: Basic BASE64(username:password)
Free: 10 feature flags, 1 environment. Pro $8/mo, Smart $20/mo, Enterprise $79/mo.
| Method | Path | Description |
|---|---|---|
| POST | /v1/code-references |
POST /v1/code-references |
| POST | /v1/code-references/delete-reports |
POST /v1/code-references/delete-reports |
| DELETE | /v1/configs/{configId} |
Delete Config |
| GET | /v1/configs/{configId} |
Get Config |
| PUT | /v1/configs/{configId} |
Update Config |
| GET | /v1/configs/{configId}/deleted-settings |
List Deleted Settings |
| GET | /v1/configs/{configId}/environments/{environmentId} |
Get SDK Key |
| GET | /v1/configs/{configId}/environments/{environmentId}/values |
Get values |
curl -X GET 'https://api.configcat.com/v1/code-references' \ -H 'Authorization: Basic BASE64(username:password)'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official ConfigCat Public Management documentation.