Get links of certificate documents

GET /api/v1/signings/documents/{signingId}/certificates

Path parameters

  • signingId string(uuid) Required

Responses

  • 200

    Success

  • Not Found

  • Error

    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
GET /api/v1/signings/documents/{signingId}/certificates
curl \
 --request GET 'https://api.lwolf.com/authentisign/api/v1/signings/documents/{signingId}/certificates'
Response examples (404)
string
Response examples (404)
string
Response examples (default)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}
Response examples (default)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}