Retrieve the URL of the document's certificate.

GET /api/v1/documents/{documentId}/dc/url

Sample request:

GET /{documentId}/dc/url

Path parameters

  • documentId string(uuid) Required

    The unique identifier of the document.

Responses

  • 200

    Success

  • 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/{documentId}/dc/url
curl \
 --request GET 'https://api.lwolf.com/authentisign/api/v1/documents/{documentId}/dc/url'
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}