C

ConfigCat Public Management API

by ConfigCat Public Management Free tier

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

mapsconfigcat

Quick Reference

Base URL 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
Pricing
28
Latency
8
Depth
68

Authentication

HTTP Basic Auth — base64-encoded username:password

Authorization: Basic BASE64(username:password)

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free: 10 feature flags, 1 environment. Pro $8/mo, Smart $20/mo, Enterprise $79/mo.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://api.configcat.com/v1/code-references' \
  -H 'Authorization: Basic BASE64(username:password)'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official ConfigCat Public Management documentation.