Upload certificate
Upload a certificate to the organization. This does not automatically activate the certificate.
Organizations can upload up to 50 certificates.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The certificate upload payload.
Response
Certificate uploaded 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.