Skip to main content

Download Signature by Type

GET 

/v4/documents/:documentId/signatures/:signatureType

This endpoint downloads a signature by its type for a document.

Request

Path Parameters

    documentId stringrequired

    The unique identifier of the document.

    signatureType stringrequired

    Possible values: [PDF_WITH_SIGNATURES, ADVANCED_LEGAL_KIT]

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

Responses

The signature file.

Schema

    string

Loading...