---
title: "Retrieve a Proof of Address Verification"
method: GET
path: "/verifications/proofs_of_address/{proofOfAddressVerificationId}"
tags: ["Proof of Address Verification"]
---

# Retrieve a Proof of Address Verification

`GET /verifications/proofs_of_address/{proofOfAddressVerificationId}`

Get the detailed results of a Proof of Address Verification.

## Path parameters

- `proofOfAddressVerificationId` string, uuid, required — The unique identifier for a resource.

## Response `200`

OK

- ProofOfAddressVerificationFull
  - `id` string, uuid, required — The unique identifier for a resource.
  - `workspace_id` string, uuid, required — The Workspace ID in which the Proof of Address Verification has been created.
  - `created_at` string, date-time, required — Creation date of the Proof of Address Verification.
  - `updated_at` string, date-time, required — Update date of the Proof of Address Verification.
  - `status` 'pending' | 'awaiting_data' | 'verified' | 'failed' | 'inconclusive', required — Status of the verification
  - `status_codes` string[], required — List of status codes. Indicates the cause when the status is `failed` or `inconclusive`.
  - `data_anonymized` boolean, required — Indicates if the data related to the ProofOfAddress Verification has been anonymized. If set to `true`, the data are removed and most fields will be NULL.
  - `workflow_session_id` string, uuid, nullable, required — Unique identifier of a Workflow Session. When provided, an Action is created in the Workflow Session, and this resource is associated with that Action.
  - `previous_attempt_id` string, uuid, nullable, required — ID of the previous attempt within the same `workflow_session_id`. Allows continuity between multiple attempts of the same Action. Null if this is the first attempt.
  - `applicant_id` string, uuid, nullable, required — Unique identifier of an Applicant.
  - `data` ProofOfAddressVerificationFullAllOfData, required
    - `extracted_from_document` ProofOfAddressVerificationFullAllOfDataExtractedFromDocument, required — Data extracted from the provided proof of address document
      - `first_name` string, nullable, required — If found, the first name as it appeared on the document.
      - `last_name` string, nullable, required — If found, the last name as it appeared on the document.
      - `full_address` string, nullable, required — If found, the address as it appeared on the document.
      - `issued_on` string, date, nullable, required — If found, the document's issuance date as it appeared on the document.
      - `document_type` 'driver_license' | 'energy_invoice' | 'energy_schedule' | 'family_allowance' | 'id_card' | 'insurance_attestation' | 'italian_national_service_card' | 'local_residence_tax_notice' | 'passport' | 'payslip' | 'photograph' | 'phone_invoice' | 'property_tax_notice' | 'provider_attestation' | 'residence_permit' | 'retirement_pension' | 'rib' | 'tax_justification' | 'tax_notice' | 'vehicle_registration_certificate', nullable — The type of document that was verified
      - `2d_doc` ProofOfAddressVerificationFullAllOfDataExtractedFromDocument2dDoc, required — Data extracted from the 2D-Doc if the document has one.
        - `full_name` string, nullable, required — If found, the full name extracted from the 2D-Doc.
        - `address` ProofOfAddressVerificationFullAllOfDataExtractedFromDocument2dDocAddress, required — If found, the address extracted from the 2D-Doc.
          - `line1` string, nullable, required — The street type, name and number.
          - `postal_code` string, nullable, required — The postal code.
          - `city` string, nullable, required — The city name.
          - `country_code` string, ISO 3166-1 alpha-2, nullable, required

## Other responses

- `400` — Bad request
- `401` — Access unauthorized
- `403` — Access forbidden
- `404` — Resource not found
- `405` — This method is not allowed
- `429` — Too Many Requests, please try again later.
- `500` — Internal Server Error

---

[API](https://skmtc.net/yousign/apis/public-api-v3.md) · [All operations](https://skmtc.net/yousign/apis/public-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yousign/public-api-v3/revisions/8d258c0b45d6/schema)
