Get Ssl Certificate

Get Ssl Certificate

Get/Download SSL Termination Certificate

Request
URI
GET
https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/sslCertificates
COPY
Path Parameters
string
enterpriseLogicalId
Required

Enterprise Logical ID

Query Parameters
string
action
Optional

Download Action

string
serialNumber
Optional

SSL Certificate Serial Number


Responses
200

SSL Termination Certificate

Returns sslCertificateResponse of type(s) application/json
{
    "data": [
        {
            "fingerPrint": "A7:89:E5:05:C8:17:A1:22:EA:90:6E:A6:EA:A3:D4:8B:3A:30:AB:18",
            "fingerPrint256": "51:45:70:26:0D:90:83:07:99:BC:59:05:A9:87:0F:00:25:07:11:2F:49:BD:61:1A:88:E1:F7:7D:3D:1A:53:16",
            "validTo": "1970-01-02",
            "serialNumber": "0x985ae83a6b9e477f"
        }
    ]
}
array of object
data
Required

data


400

Invalid Input

Returns httpResponseError of type(s) application/json
{
    "code": "error code",
    "errors": [
        {
            "message": "error message",
            "path": "object.path"
        }
    ]
}
string
code
Required

code

Possible values are : INTERNAL_ERROR, INVALID_PARAMS, INVALID_QUERY_PARAMS, INVALID_LICENSE,
array of object
errors
Required

errors


500

Internal Server Error

Returns httpResponseError of type(s) application/json
{
    "code": "error code",
    "errors": [
        {
            "message": "error message",
            "path": "object.path"
        }
    ]
}
string
code
Required

code

Possible values are : INTERNAL_ERROR, INVALID_PARAMS, INVALID_QUERY_PARAMS, INVALID_LICENSE,
array of object
errors
Required

errors