curl "https://api.scanova.io/custom-domain/42/certificate-request/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
{
"id": 5,
"organization": "Example Inc",
"organizational_unit": "IT",
"country": "US",
"state": "CA",
"locality": "San Francisco",
"email": "ssl@example.com",
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC...\n-----END CERTIFICATE REQUEST-----",
"created": "2026-09-01T09:00:00Z"
}
Benutzerdefinierte Domains
Letzte SSL-Zertifikatsanfrage abrufen
GET /custom-domain//certificate-request/
GET
/
custom-domain
/
{pk}
/
certificate-request
/
curl "https://api.scanova.io/custom-domain/42/certificate-request/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
{
"id": 5,
"organization": "Example Inc",
"organizational_unit": "IT",
"country": "US",
"state": "CA",
"locality": "San Francisco",
"email": "ssl@example.com",
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC...\n-----END CERTIFICATE REQUEST-----",
"created": "2026-09-01T09:00:00Z"
}
Ruft die aktuellste SSL-Zertifikatsignieranfrage (CSR) für eine Domain ab, auf dem Management-API-Host (
Gibt
api.scanova.io), authentifiziert mit Ihrem rohen Management-API-Schlüssel.
GET https://api.scanova.io/custom-domain/{pk}/certificate-request/
Authorization: 401f7ac837da42b97f613d789819ff93537bee6a
Nur für Enterprise. Erfordert die Quota
CUSTOM_DOMAIN_CUSTOM_SSL, die manuell vergeben wird — kein Self-Service-Plan enthält sie.integer
erforderlich
Die
id der Domain.curl "https://api.scanova.io/custom-domain/42/certificate-request/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
{
"id": 5,
"organization": "Example Inc",
"organizational_unit": "IT",
"country": "US",
"state": "CA",
"locality": "San Francisco",
"email": "ssl@example.com",
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC...\n-----END CERTIFICATE REQUEST-----",
"created": "2026-09-01T09:00:00Z"
}
null zurück, wenn noch keine CSR erstellt wurde. Dies ermöglicht es einem Client, einen laufenden Bring-Your-Own-Certificate-Ablauf fortzusetzen, ohne den CSR-Status selbst zu verfolgen. 403, wenn dem Konto die Quota CUSTOM_DOMAIN_CUSTOM_SSL fehlt; 404, wenn pk keine Domain ist, die diesem Konto gehört.
Verwandte Themen
- SSL-Zertifikatsanfrage erstellen — eine neue CSR erzeugen.
- SSL-Zertifikat hochladen — der nächste Schritt, sobald eine Zertifizierungsstelle das Zertifikat ausgestellt hat.
- Übersicht über die Management API — das Authentifizierungsschema und die Quota-Regeln für diesen Endpunkt.
Autorisierungen
Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.
Pfadparameter
Antwort
Most recent certificate request, or null if none exists.
War diese Seite hilfreich?