---
title: "CertificationTypes"
url: "https://developer.pexa.co.uk/apis/lodgement-v2-v2/versions/533c1263-195b-449f-a7da-afa5f3211cc2/schemas/CertificationTypes"
---

> Full API specification: https://developer.pexa.co.uk/apis/lodgement-v2-v2/versions/533c1263-195b-449f-a7da-afa5f3211cc2.md

# CertificationTypes

Allowed values: [`CERTIFIED`, `ORIGINAL`, `SCANNED`]

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Lodgement
  version: v2
servers:
  - url: https://api.pexa.co.uk
    description: API Gateway URL
components:
  schemas:
    CertificationTypes:
      type: string
      pattern: (CERTIFIED|ORIGINAL|SCANNED)
      example: CERTIFIED
      description: |
        Allowed values: [`CERTIFIED`, `ORIGINAL`, `SCANNED`]
```
