---
title: "Retrieve an eNotary package"
method: GET
path: "/e-notary-packages/{id}"
tags: ["ENotary Packages"]
---

# Retrieve an eNotary package

`GET /e-notary-packages/{id}`

## Response `200`

The eNotary package referred to by `id`

- ENotaryPackage
  - `id` string
  - `isTestMode` boolean
  - `ownerId` string — Id of the owner of the eNotary package. Owner must be a valid notary, and a signer in the package.
  - `eSignaturePackageId` string — Id of the respective Live eSignature
  - `validationRequests` ENotaryPackageValidationRequest[]
    - `signerId` string
    - `idv` ENotaryPackageValidationRequestIdv
      - `enforcementCriterion` 'REQUIRED' | 'OPTIONAL' | 'SKIP'
    - `kba` ENotaryPackageValidationRequestKba
      - `enforcementCriterion` 'REQUIRED' | 'OPTIONAL' | 'SKIP'
    - `vulnerabilityScreening` ENotaryPackageValidationRequestVulnerabilityScreening
      - `enforcementCriterion` 'REQUIRED' | 'OPTIONAL' | 'SKIP'
  - `validationResponses` ENotaryPackageValidationResponse[]
    - `signerId` string
    - `idv` ENotaryPackageValidationResponseIdv
      - `id` string — Id of the Identity Verification Package
      - `outcome` 'PASSED' | 'FAILED' | 'SKIPPED'
    - `kba` ENotaryPackageValidationResponseKba
      - `id` string — Id of the KBA package
      - `outcome` 'PASSED' | 'FAILED' | 'SKIPPED'
    - `vulnerabilityScreening` ENotaryPackageValidationResponseVulnerabilityScreening
      - `id` string — Id of the Vulnerability Screening package
      - `outcome` 'PASSED' | 'FAILED' | 'SKIPPED'

---

[API](https://skmtc.net/pactima/apis/esignature-packages-api.md) · [All operations](https://skmtc.net/pactima/apis/esignature-packages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pactima/esignature-packages-api/versions/1570128383ef/schema)
