Use the GET /certificates/ca/{{certificateId}}/file
endpoint to download the specified certificate from a given trusted certificate authority. For a successful request, the PEM-encoded certificate file is directly returned as text and the response content type is application/x-x509-ca-cert
. If an error occurs, an ApiResult
is returned in JSON format and the content type is application/json
.
Path parameters
Parameter |
Value |
Description |
certificateId |
string(required) |
ID of the trusted certificate authority. |
Status codes
Code |
Reason |
200 |
Success. |
404 |
Resource not found. |