Mandant

Developer-Portal

API-Referenz, Schlüsselverwaltung und Integrationsbeispiele für die REST-API.

API-Keys

Verwalten Sie Schlüssel für den Zugriff auf die REST-API.

Code-Beispiele

Beispiele für die Integration über curl, einen Go-Client und ein cert-manager-Manifest.

# List certificates with an API key (X-API-Key header).
# Generate the key in the developer portal — it is shown only once.
curl -sS https://<tenant-slug>.sovereignpki.de/api/v1/certificates \
  -H "X-API-Key: <API_KEY>" \
  -H "Accept: application/json"