Download Signature
Retrieves the qualified signature of a previously signed certificate.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Type of the certificate identifier.
certID
, externalId
, fileHash
, hash
Identifier of the certificate.
1
Query Parameters
PIN of the certificate (if the certificate is private).
"1234"
Response
Successful certificate signature retrieval.
XML file with the qualified certificate signature.
"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?> <root> <badge> <name>Certificate</name> <description>Certificate description</description> <content> <key>val1213ue</key> </content> </badge> <issuedOn>1695286575991</issuedOn> <datetime>21-09-2023 10:56:15 GMT+02:00</datetime> <expires/> <ds:Signature xmlns:ds=\"http://www.w3.org/2000/09/xmldsig#\" Id=\"id-71309bda9649683e3717a459fd783ca2\"> </ds:Signature> </root>"