Conduktor API overview
You can automate some of your tasks using our REST API. Conduktor offers the Console API and Gateway API, each used for managing different resources.The Conduktor HTTP API can be used to manage your organizations users, groups and their associated permissions. You can also use it to interact with Kafka resources such as clusters and certificates.Go to the API portal or 
Make sure to copy the key as it won’t be accessible when this window is closed.
/docs
in your deployment host (e.g., http://localhost:8080/docs
).Use the API portal to download the OpenAPI specification. You can then import it to tools such as Postman.Manage API keys
In Console, go to Settings > API Keys to manage and create new keys. Only members of the admin group can generate API keys and access the API.Give it a unique name and click Generate Key. You can then copy it and use as required.