Skip to main content

Retrieving signed documents

Endpoint for fetching processed/signed eSign PDF documents

Requirements

eSignPDF element was set in putOrder and final status is 84 (see List of Status Codes for status details).

Method and URL

[GET] https://customer.identity.tm/api/2.10/getESignPDF/[OrderID]
[GET] https://customer.identity.tm/api/2.10/getESignPDF/[OrderID]/crypt

Variants

VariantDescription
DefaultNormal variant, response as described below
cryptEncrypt response content using AES-256/GCM/NoPadding and a 23 byte long IV prefixed to the encrypted content.

This variant can be used in combination with the other variants.

Response Data

ElementParentTypeLenOccDescription
PDFs[ROOT]AYArray of documents
Base64DataPDFsSYBase64 encoded PDF data

HTTP Codes

200 OK, JSON document in response body

400 Bad request, error description in body

401 Authentication failed, please check username and password

404 Order not found