---
title: "IdentifierType"
url: "https://developers.zinnia.com/apis/policy-transactions-1-0-2/versions/d0006570-ab9d-464e-814f-d120ba425e84/schemas/IdentifierType"
---

> Full API specification: https://developers.zinnia.com/apis/policy-transactions-1-0-2/versions/d0006570-ab9d-464e-814f-d120ba425e84.md

# IdentifierType

Type of identifier document

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Zinnia Policy Transactions API.
  version: 1.0.8
servers:
  - url: https://dev.api.zinnia.io
    description: DEV Environment
  - url: https://qa.api.zinnia.io
    description: QA Environment
components:
  schemas:
    IdentifierType:
      type: string
      enum:
        - PASSPORT
        - STATE_ID
        - DRIVERS_LICENSE
        - SSN
        - ITIN
        - ALIEN_REGISTRATION
        - EXTERNAL_PARTY_IDENTIFIER
      description: Type of identifier document
```
