Skip to main content

Get Bare Signature Proofs

GET 

/v4/envs/:appEnv/bare-signatures/proofs

This endpoint retrieves proofs for a bare signature.

Request

Path Parameters

    appEnv stringrequired

    Possible values: [DEVELOPMENT, STAGING, PRODUCTION]

    The execution environment of the application where request are executed.

Header Parameters

    Authorization stringrequired

    Bearer token for authorization

Responses

List of bare signature proofs.

Schema

    appId appId (string)required

    The application identifier which is used to identify the application used.

    appEnv appEnv (string)required

    Possible values: [DEVELOPMENT, STAGING, PRODUCTION]

    The execution environment of the application where request are executed.

    signatureRequestId stringrequired
    externalId string
    signerId stringrequired

    proofs

    object[]

    required

  • Array [

  • documentId stringrequired
    type IGNISIGN_SIGNATURE_PROOF_TYPE (string)required

    Possible values: [PDF_WITH_SIGNATURES, PROOF_WEB_PAGE, C2PA, ADVANCED_LEGAL_KIT, XADES, CADES, PKCS7, JWS]

    documentHash stringrequired
    proofB64 stringrequired
    timestampSequence string
    signingTime date-time
  • ]

  • signerInformation

    object

    required

    fullName stringrequired
    lastName string
    firstName string
Loading...