cURL
curl --request GET \ --url https://api-eu.cybedefend.com/client-apps
{ "cli": { "appId": "abc123xyz" }, "vscode": { "appId": "abc123xyz" }, "intellij": { "appId": "abc123xyz" } }
Returns the public application IDs for native clients (CLI, VS Code Extension, IntelliJ IDEA Extension). No authentication required.
App IDs for each native client
Show child attributes