Skip to main content
GET
/
client-apps
Get app IDs for native clients
curl --request GET \
  --url https://api-eu.cybedefend.com/client-apps
{
  "cli": {
    "appId": "abc123xyz"
  },
  "vscode": {
    "appId": "abc123xyz"
  },
  "intellij": {
    "appId": "abc123xyz"
  }
}

Response

200 - application/json

App IDs for each native client

cli
object
required
vscode
object
required
intellij
object
required