# Get the verification status for the front side of the secondary identity document

Endpoint: GET /api/v1/me/personal/additional_identity_document/verification_status
Version: 0.1.0
Security: OAuth2, APIKey

## Response 200 fields (application/json):

  - `previously_submitted` (boolean, required)

  - `status` (string, required)
    Verification status of the document could be one of the following:
`due`, `not_due`, `verifying`, `verified`

