---
title: "Get stealth config"
method: GET
path: "/v2/companies/{companyId}/stealth-config"
tags: ["Stealth Config"]
---

# Get stealth config

`GET /v2/companies/{companyId}/stealth-config`

This endpoint fetches the stealth config for the company.

## Response `200`

OK

- StealthConfig — Stealth configuration for a company.
  - `stealthModes` StealthMode[] — A list of stealth modes for this company.
    - `stealthType` 'STEALTH_TYPE_1' | 'STEALTH_TYPE_2' | 'STEALTH_TYPE_3', required — Stealth type.
    - `label` string, required — Customer specific label for the stealth mode.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

[API](https://skmtc.net/spotnana/apis/company-api.md) · [All operations](https://skmtc.net/spotnana/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/company-api/revisions/fc09f0cd1f4d/schema)
