---
title: "Get the account with the provided id"
method: GET
path: "/v1.0/installation/account/{id}"
tags: ["Installation account view"]
---

# Get the account with the provided id

`GET /v1.0/installation/account/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- InstallationAccountPermitDTO
  - `account` InstallationAccountDTO
    - `id` integer
    - `accountType` 'INSTALLATION' | 'AVIATION', required
    - `name` string, required
    - `emitterId` string
    - `emissionTradingScheme` 'UK_ETS_INSTALLATIONS' | 'EU_ETS_INSTALLATIONS' | 'UK_ETS_AVIATION' | 'CORSIA', required
    - `competentAuthority` 'ENGLAND' | 'NORTHERN_IRELAND' | 'OPRED' | 'SCOTLAND' | 'WALES', required
    - `commencementDate` string, date, required
    - `legalEntity` LegalEntityDTO
      - `id` integer
      - `type` 'LIMITED_COMPANY' | 'PARTNERSHIP' | 'SOLE_TRADER' | 'OTHER'
      - `name` string
      - `referenceNumber` string
      - `noReferenceNumberReason` string
      - `address` AddressDTO
        - `line1` string, required
        - `line2` string
        - `city` string, required
        - `country` string, required
        - `postcode` string, required
      - `holdingCompany` HoldingCompanyDTO
        - `name` string, required
        - `registrationNumber` string
        - `address` HoldingCompanyAddressDTO, required
          - `line1` string, required
          - `line2` string
          - `city` string, required
          - `postcode` string, required
    - `location` union
      - LocationDTO
        - `type` 'ONSHORE' | 'OFFSHORE' | 'ONSHORE_STATE', required
      - LocationOffShoreDTO
        - `type` 'ONSHORE' | 'OFFSHORE' | 'ONSHORE_STATE', required
        - `latitude` CoordinatesDTO, required
          - `degree` integer, required
          - `minute` integer, required
          - `second` number, double, required
          - `cardinalDirection` 'EAST' | 'NORTH' | 'SOUTH' | 'WEST', required
        - `longitude` CoordinatesDTO, required
          - `degree` integer, required
          - `minute` integer, required
          - `second` number, double, required
          - `cardinalDirection` 'EAST' | 'NORTH' | 'SOUTH' | 'WEST', required
      - LocationOnShoreDTO
        - `type` 'ONSHORE' | 'OFFSHORE' | 'ONSHORE_STATE', required
        - `gridReference` string, required
        - `address` AddressDTO, required
          - `line1` string, required
          - `line2` string
          - `city` string, required
          - `country` string, required
          - `postcode` string, required
      - LocationOnShoreStateDTO
        - `type` 'ONSHORE' | 'OFFSHORE' | 'ONSHORE_STATE', required
        - `line1` string, required
        - `line2` string
        - `city` string, required
        - `state` string
        - `postcode` string
        - `country` string, required
    - `acceptedDate` string, date-time
    - `sopId` integer
    - `registryId` integer
    - `status` 'UNAPPROVED' | 'DENIED' | 'NEW' | 'LIVE' | 'DEEMED_WITHDRAWN' | 'PERMIT_REFUSED' | 'AWAITING_SURRENDER' | 'SURRENDERED' | 'AWAITING_REVOCATION' | 'REVOKED' | 'AWAITING_TRANSFER' | 'TRANSFERRED'
    - `siteName` string, required
    - `registryReportingFirstYear` integer
    - `emitterType` 'WASTE' | 'GHGE' | 'HSE'
    - `installationCategory` 'A_LOW_EMITTER' | 'A' | 'B' | 'C' | 'N_A'
    - `applicationType` 'NEW_PERMIT' | 'TRANSFER'
    - `transferCode` string
    - `subsistenceCategory` 'A' | 'B' | 'C' | 'H' | 'S' | 'O' | 'Z'
    - `faStatus` boolean
  - `permit` PermitDetailsDTO
    - `id` string
    - `activationDate` string, date
    - `permitAttachments` object
    - `fileDocument` FileInfoDTO
      - `name` string
      - `uuid` string

## Other responses

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

## Changes

- **2026-01-13** `2b4db82ef885` — 1 info
  - added the optional property `account/registryReportingFirstYear` to the response with the `200` status
- **2026-01-09** `75eb25c6c016` — 1 warning
  - removed the optional property `account/registryReportingFirstYear` from the response with the `200` status
- **2025-12-08** `2b4db82ef885` — 1 info
  - added the optional property `account/registryReportingFirstYear` to the response with the `200` status
- **2025-11-18** `75eb25c6c016` — 3 warning
  - removed the optional property `security` from the response with the `403` status
  - removed the optional property `security` from the response with the `404` status
  - removed the optional property `security` from the response with the `500` status
- **2025-10-16** `f7539196de0d` — 1 info
  - added the optional property `account/emitterId` to the response with the `200` status

[Full history](https://skmtc.dev/beis/apis/mets-api-documentation/changes/v1.0/installation/account/:id/get.md)

---

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