configcat.com

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

🔑 basic 62 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

node-sdk ✓ Official
npm install node-sdk
js-sdk ✓ Official
npm install js-sdk
go-sdk ✓ Official
go get github.com/configcat/go-sdk
java-sdk ✓ Official
# Maven: see https://github.com/configcat/java-sdk
.net-sdk ✓ Official
dotnet add package .net-sdk
php-sdk ✓ Official
composer require php-sdk
swift-sdk ✓ Official
# See https://github.com/configcat/swift-sdk
kotlin-sdk ✓ Official
# Maven: see https://github.com/configcat/kotlin-sdk
elixir-sdk ✓ Official
# See https://github.com/configcat/elixir-sdk
docs ✓ Official
# See https://github.com/configcat/docs
curl examples
Get authenticated user details
curl \
  -u "$API_USER:$API_PASS" \
  https://api.configcat.com/v1/me
List Products
curl \
  -u "$API_USER:$API_PASS" \
  https://api.configcat.com/v1/products
Get Tag
curl \
  -u "$API_USER:$API_PASS" \
  https://api.configcat.com/v1/tags/{tagId}
Endpoints (62 total)
GET
/v1/me
Get authenticated user details
GET
/v1/products
List Products
GET
/v1/tags/{tagId}
Get Tag
GET
/v1/organizations
List Organizations
GET
/v1/configs/{configId}
Get Config
GET
/v1/products/{productId}
Get Product
GET
/v1/segments/{segmentId}
Get Segment
GET
/v1/settings/{settingId}
Get Flag
GET
/v1/tags/{tagId}/settings
List Settings by Tag
GET
/v1/products/{productId}/tags
List Tags
GET
/v1/configs/{configId}/settings
List Flags
GET
/v1/environments/{environmentId}
Get Environment
At a glance
Total SDKs10
Languages9
Endpoints62
Authbasic
Categories1
https://api.configcat.com