Display all SSL certificates installed on your web hosting account.
accountId integer · min: 1 required Example Unique account identifier
Accept Example Content-Type Example certificates string count string https://cloud.hostup.se/api/hosting/{accountId}/ssl-certificates curl -X GET "https://cloud.hostup.se/api/hosting/1436/ssl-certificates" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"certificates": "string",
"count": "string"
}