cURL
curl --request GET \ --url https://api.gcore.com/cdn/sslData/{ssl_id} \ --header 'Authorization: <api-key>'
{ "id": 42, "deleted": false, "cert_issuer": "Some certification center", "cert_subject_cn": "mydomain.name", "cert_subject_alt": "<string>", "validity_not_before": "2016-09-17 18:06:01+00:00", "validity_not_after": "2017-08-21 11:02:00+00:00", "sslCertificateChain": "<string>", "hasRelatedResources": true, "name": "Some certificate", "automated": false }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
SSL certificate ID.
Successful.
The response is of type object.
object
Was this page helpful?