certificates
Get one certificate by id
Get one certificate by id
get/api/certificates/{id}
Path parameters
idstring required
The auth. config id
Response
Successful operation
Example response
{
"autoRenew": "a string value",
"ca": "a string value",
"caRef": "a string value",
"chain": "a string value",
"domain": "a string value",
"from": "a string value",
"id": "a string value",
"privateKey": "a string value",
"selfSigned": "a string value",
"subject": "a string value",
"to": "a string value",
"valid": "a string value"
}