---
title: "List eNotary Packages"
method: GET
path: "/e-notary-packages"
tags: ["ENotary Packages"]
---

# List eNotary Packages

`GET /e-notary-packages`

## Query parameters

- `limit` number
- `skip` number

## Response `200`

The list of eNotary Packages

- object
  - `hasMore` boolean
  - `data` 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)
