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
curl \ -u "$API_USER:$API_PASS" \ https://api.configcat.com/v1/me
curl \ -u "$API_USER:$API_PASS" \ https://api.configcat.com/v1/products
curl \
-u "$API_USER:$API_PASS" \
https://api.configcat.com/v1/tags/{tagId}