Skip to main content
GET
Get certificate by id.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

type
enum<string>
required

Type of the certificate identifier.

Available options:
certID,
externalId,
fileHash,
hash
id
string
required

Identifier of the certificate.

Example:

"123"

Query Parameters

pin
string

PIN of the certificate (if the certificate is private).

Example:

"1234"

Response

Successful certificate retrieval.

statusCode
integer

Request status code.

Example:

200

message
string

Message returned by the request.

Example:

"Certificate found"

data
object

Data returned by the request.