Get certificate by ID
Retrieves a specific certificate by its unique identifier
Path parameters
Response
The certificate object
Example response
{
"id": "entity123",
"createdBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"updatedBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"createdAt": "2023-10-31T12:34:56.789Z",
"updatedAt": "2023-10-31T12:34:56.789Z",
"name": "Server SSL Certificate",
"description": "SSL certificate for securing server communications",
"publicKey": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA...",
"certificate": "-----BEGIN CERTIFICATE-----\nMIIDXTCCAkWgAwIBAgIJAKoK/heBjcOuMA0GCSqGSIb3DQEBBQUAMEUx...",
"expiry": "2023-10-31T12:34:56.789Z"
}Changes
Changed in 8 of the 73 revisions of this API.121224
- ●
removed the optional property
creationDatefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
lastEditInstantfrom the response with the200statusresponse-optional-property-removed
- ○
added the required property
createdAtto the response with the200statusresponse-required-property-added
- ○
added the required property
createdByto the response with the200statusresponse-required-property-added
- ○
added the required property
updatedAtto the response with the200statusresponse-required-property-added
- ○
added the required property
updatedByto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
removed the required property
createdAtfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
createdByfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
updatedAtfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
updatedByfrom the response with the200statusresponse-required-property-removed
- ○
added the optional property
creationDateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
lastEditInstantto the response with the200statusresponse-optional-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
removed the optional property
creationDatefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
lastEditInstantfrom the response with the200statusresponse-optional-property-removed
- ○
added the required property
createdAtto the response with the200statusresponse-required-property-added
- ○
added the required property
createdByto the response with the200statusresponse-required-property-added
- ○
added the required property
updatedAtto the response with the200statusresponse-required-property-added
- ○
added the required property
updatedByto the response with the200statusresponse-required-property-added
- ●
- ▲
removed the required property
createdAtfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
createdByfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
updatedAtfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
updatedByfrom the response with the200statusresponse-required-property-removed
- ○
added the optional property
creationDateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
lastEditInstantto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
removed the optional property
creationDatefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
lastEditInstantfrom the response with the200statusresponse-optional-property-removed
- ○
added the required property
createdAtto the response with the200statusresponse-required-property-added
- ○
added the required property
createdByto the response with the200statusresponse-required-property-added
- ○
added the required property
updatedAtto the response with the200statusresponse-required-property-added
- ○
added the required property
updatedByto the response with the200statusresponse-required-property-added
This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
removed the optional property
createdAtfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
createdByfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
updatedAtfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
updatedByfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
creationDateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
lastEditInstantto the response with the200statusresponse-optional-property-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
removed the optional property
creationDatefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
lastEditInstantfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
createdAtto the response with the200statusresponse-optional-property-added
- ○
added the optional property
createdByto the response with the200statusresponse-optional-property-added
- ○
added the optional property
updatedAtto the response with the200statusresponse-optional-property-added
- ○
added the optional property
updatedByto the response with the200statusresponse-optional-property-added
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
removed the required property
createdAtfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
createdByfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
updatedAtfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
updatedByfrom the response with the200statusresponse-required-property-removed
- ○
added the optional property
creationDateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
lastEditInstantto the response with the200statusresponse-optional-property-added
This revision also has 219 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲