Stealth Config

Get stealth config

This endpoint fetches the stealth config for the company.

get/v2/companies/{companyId}/stealth-config

Response

OK

Example response

{
  "stealthModes": [
    {
      "stealthType": "STEALTH_TYPE_1"
    }
  ]
}