---
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

- InstallationAccountDetailsDTO
  - `accountPermitDto` 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
      - `verificationBodyId` 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
  - `latestAlrFile` FileInfoDTO
    - `name` string
    - `uuid` string
  - `latestBdrFile` FileInfoDTO
    - `name` string
    - `uuid` 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)
