Retrieve the final version of a document using its encrypted ID.

GET /api/v1/documents/{encryptedDocumentId}/d

Sample request:

GET /{encryptedDocumentId}/d

Path parameters

  • encryptedDocumentId string Required

    The encrypted identifier of the document to be fetched.

Responses

  • Error

    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
GET /api/v1/documents/{encryptedDocumentId}/d
curl \
 --request GET 'https://api.lwolf.com/authentisign/api/v1/documents/{encryptedDocumentId}/d'
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}