Retrieve the fully executed combined signing package PDF.

GET /api/v3/users/{userId}/signings/{signingId}/documents/s

Sample request:

GET /api/v3/users/{userId}/signings/{signingId}/documents/s

Path parameters

  • signingId string(uuid) Required

    The identifier of the signing for which the final document is to be fetched.

  • userId string Required

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/v3/users/{userId}/signings/{signingId}/documents/s
curl \
 --request GET 'https://api.lwolf.com/authentisign/api/v3/users/{userId}/signings/{signingId}/documents/s'
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}