Configcat
Connector for the configcat API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.configcat.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
get_config— GET /v1/configs/{configId} — Get Configget_deleted_settings— GET /v1/configs/{configId}/deleted-settings — List Deleted Settingsget_sdk_keys— GET /v1/configs/{configId}/environments/{environmentId} — Get SDK Keyget_setting_values— GET /v1/configs/{configId}/environments/{environmentId}/values — Get valuesget_settings— GET /v1/configs/{configId}/settings — List Flagsget_environment— GET /v1/environments/{environmentId} — Get Environment
Inputs
apiKey— your configcat API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_config
apiKey: <your key>