---
title: "Get the verification body with the provided id"
method: GET
path: "/v1.0/verification-bodies/{id}"
tags: ["Verification Bodies"]
---

# Get the verification body with the provided id

`GET /v1.0/verification-bodies/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- VerificationBodyDTO
  - `id` integer
  - `name` string
  - `accreditationReferenceNumber` string
  - `status` 'ACTIVE' | 'PENDING' | 'DISABLED'
  - `address` AddressDTO
    - `line1` string, required
    - `line2` string
    - `city` string, required
    - `county` string
    - `postcode` string, required
  - `emissionTradingSchemes` string[]

## Other responses

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

## Changes

- **2024-10-21** `a06468704cbe` — 1 breaking, 3 info
  - removed the required property `address/country` from the response with the `200` status
  - added the optional property `address/county` to the response with the `200` status
  - removed the `DUMMY_EMISSION_TRADING_SCHEME` enum value from the `emissionTradingSchemes/items/` response property for the response status `200`
  - removed the `DUMMY_EMISSION_TRADING_SCHEME_2` enum value from the `emissionTradingSchemes/items/` response property for the response status `200`

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/verification-bodies/:id/get.md)

---

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