Certificates API

Get Printer Certificate

GET /api/.../certificates/printer

Returns the printer certificate. The certificate path is retrieved from the `CertificatesPath` setting in the `ConfigurationSettings`.

Request Information

Parameters

No parameters required.

Response Information

Example
application/json, text/json
    {
        "Data": "ifZKU3vp7z++gnPvokMZBP1grAiZLp++cXEHNurrwlUBfMFHKigH33XfVGQ0eEFM7/JlW+Px7zqg9MSeRk7yy76/YPh9rhOLrP4C2o6CSKAcdVVlyWBHxOknu45GEqQ/YPrfOg2fQmiHruGF6zbTvRg==",
    }
    

HTTP Response Codes

Code Description
200 OK. Success
401 Unauthorize
500 Internal Server Error