Certificate Management
Get Certificate
Retrieves a certificate by any of its identifiers.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Type of the certificate identifier.
Available options:
certID
, externalId
, fileHash
, hash
Identifier of the certificate.
Example:
"123"
Query Parameters
PIN of the certificate (if the certificate is private).
Example:
"1234"
Response
200
application/json
Successful certificate retrieval.
The response is of type object
.