# Fetch

`GET /omni/api-key` · [developer.incode.com ↗](https://developer.incode.com/reference/introduction)

> Fetch

Fetch all API keys of current user's organization. If user is super admin, parameter apiKey can be provided to specify organization for which the keys should be fetched (ignored otherwise).

## Authentication

| Header | Required | Notes |
|---|---|---|
| `x-api-key` | yes | API key for the region/environment. |
| `api-version` | yes | API version, defaults to `1.0`. |

**Category:** Onboarding

## Sources

- Public reference: <https://developer.incode.com/reference/introduction>
- Reconstructed from the Incode Omni OpenAPI spec (operation `—`); see the Implementation pane for source & tests.

