Skip to main content

Download Low-Level Signature Proof

GET 

/v4/documents/:documentId/signatures/:signatureType/signers/:signerId

Low Level signature proof are provided by signature, for a specific document. This endpoint downloads a low-level signature proof for a document and signer.

Request

Path Parameters

    documentId stringrequired

    The unique identifier of the document.

    signatureType stringrequired

    Possible values: [XADES, CADES, PKCS7, JWS]

    The type of the signature. must be a low level type.

    signerId stringrequired

    The unique identifier of the signer.

Responses

The low-level signature proof file.

Schema

    string

Loading...