Using docs with configcat.com

MDX integration

✓ Official SDK
Install
# See https://github.com/configcat/docs
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}
SDK on GitHub 📄 API Docs
SDK
docs
MDX
API
configcat.com
configcat.com
At a glance
Language MDX
Endpoints62
Base URLhttps://api.configcat.com
✓ Official