Skip to main content

Custom SSL files

GET 

/partner/certificate/custom_ssl_file/:user_domain_idx

Retrieve only the certificate file contents for the specified domain.

Request

Responses

200Success
Response 200
{
"message": {
"key": "RES000000",
"value": "success"
},
"data": {
"certificate": "-----BEGIN CERTIFICATE-----\\n...\\n-----END CERTIFICATE-----",
"private_key": "-----BEGIN RSA PRIVATE KEY-----\\n...\\n-----END RSA PRIVATE KEY-----",
"ca_certificate": null
}
}
Schema Details
FieldTypeDescription
messageobject
dataobject