Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique ID of the certificate to retrieve.
Query Parameters
A list of additional fields to include in the response. Currently the only supported value is content
to fetch the PEM content of the certificate.
Response
Certificate retrieved successfully.
Represents an individual certificate
uploaded to the organization.
The object type.
- If creating, updating, or getting a specific certificate, the object type is
certificate
. - If listing, activating, or deactivating certificates for the organization, the object type is
organization.certificate
. - If listing, activating, or deactivating certificates for a project, the object type is
organization.project.certificate
.
certificate
, organization.certificate
, organization.project.certificate
The identifier, which can be referenced in API endpoints
The name of the certificate.
The Unix timestamp (in seconds) of when the certificate was uploaded.
Whether the certificate is currently active at the specified scope. Not returned when getting details for a specific certificate.