Certificate
Query certificates with filtering, sorting and pagination
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
pageTokenstringOptional
Base64 token for pagination
pageSizeinteger · min: 1 · max: 1000OptionalDefault:
Number of items to return per page
100Responses
200
Success
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
post
/certificates/queryGet detailed information about a certificate by its unique identifier.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequiredExample:
Certificate ID
123Responses
200
Certificate details
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Certificate not found
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
get
/certificates/{id}Last updated

