Retrieve an existing Timestamping Signer

Retrieve an existing Timestamping Signer based on its name

Path parameters
name
string required
Responses
  • 200 The Timestamping Signer
    name
    string required

    This signer's name

    privateKey
    object (Signer Private Key) required

    This signer's private key

    certificate
    object (Certificate)
    triggers
    object | null (TriggersTimestampingSigner)
    altPrivateKey
    object | null (Signer Private Key)

    This signer's private key

    dn
    string | null

    This signer's Distinguished Name

    queue
    string | null

    The name of the queue to apply on this signer's operations

  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error