Certificate Manager API, REST: CertificateContent.GetEx
Written by
Updated at October 3, 2025
HTTP request
GET https://data.certificate-manager.api.cloud.yandex.net/certificate-manager/v1/certificates:getEx
Query parameters
Field |
Description |
certificateId |
string Includes only one of the fields |
folderAndName |
Includes only one of the fields |
versionId |
string |
privateKeyFormat |
enum (PrivateKeyFormat)
|
FolderAndName
Field |
Description |
folderId |
string Required field. |
certificateName |
string Required field. |
Response
HTTP Code: 200 - OK
{
"certificateId": "string",
"versionId": "string",
"certificateChain": [
"string"
],
"privateKey": "string"
}
Field |
Description |
certificateId |
string |
versionId |
string |
certificateChain[] |
string |
privateKey |
string |