Retrieve a certificate

Retrieves a specific certificate based on its ID

Path parameters
id
string required

The ID of the certificate to retrieve

Example 644796623000003800cc6c4b
Responses
  • 200 The specified certificate with the specified ID
    certificate
    object (Certificate) required

    The certificate object

    permissions
    object (models.search.certificate.CertificatePermissions) required

    The permissions of the currently authenticated principal on the certificate

  • 400 Bad request
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Certificate not found
  • 500 Unexpected internal server error