---
title: "Get the account header info for the provided aviation account"
method: GET
path: "/v1.0/aviation/account/{id}/header-info"
tags: ["Aviation account view"]
---

# Get the account header info for the provided aviation account

`GET /v1.0/aviation/account/{id}/header-info`

## Path parameters

- `id` integer, required

## Response `200`

OK

- AviationAccountHeaderInfoDTO
  - `id` integer
  - `name` string
  - `status` 'NEW' | 'LIVE' | 'CLOSED'
  - `emissionTradingScheme` 'UK_ETS_INSTALLATIONS' | 'EU_ETS_INSTALLATIONS' | 'UK_ETS_AVIATION' | 'CORSIA'
  - `empId` string

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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