List of SNI Certificates

Gethttps://api.cdn77.com/v3/ssl/sni

Responses

List of customer SSL SNI Certificates returned.

Response parameters

  • idstring, format UUIDv4

    ID of the SSL certificate.

  • certificatestring

    SNI certificate.

  • cnamesarray of strings

    CNAMEs assigned to SNI certificate.

  • expires_atstring, format date-time

    Date and time of the SNI certificate expiration.

  • assigned_resourcesarray of objects
Example of the response
[
  {
    "id": "9880280c-0507-46d1-88f3-71cfee83fa57",
    "certificate": "---BEGIN CERTIFICATE---MIIEvwIBADANBgkqhkiG9w0BAQEFAAS---END CERTIFICATE---",
    "cnames": [
      "cname.your-domain.com"
    ],
    "expires_at": "2024-10-16T21:56:59.311Z",
    "assigned_resources": [
      {
        "id": 1234567890,
        "label": "My cdn"
      }
    ]
  }
]
Can’t find what you are looking for?