Retrieve an existing Timestamping Authority

Retrieve an existing Timestamping Authority based on its name

Path parameters
name
string required
Responses
  • 200 The Timestamping Authority
    id
    string (Internal ID) required

    Object internal ID

    name
    string required

    The Timestamping Authority's name

    policyOid
    string required

    The Timestamping Policy OID

    enabled
    boolean required

    Allow this authority to sign timestamping requests

    signer
    string required

    Name of the Timestamping Signer used to sign for this authority

    acceptedHashAlgorithms
    array of string (Hash Algorithm) required
    ntpClients
    array of string required

    Name of the NTP Clients used to get time for this authority

    checkRevocation
    boolean required

    Before signing the request, check revocation status of the signer certificate

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