Zum Inhalt springen

TLS-Organisation abrufen

GET /tls/organization/{organization_id}

Liefert eine einzelne DigiCert-gestützte TLS-Organisation anhand ihrer öffentlichen Organisations-ID.

Name Typ Pflicht Beschreibung
organization_id tlsOrganizationId ja
Status Typ Beschreibung
200 tlsOrganizationResponse Details zur TLS-Organisation
401 Error Nicht autorisiert
404 Error TLS-Organisation nicht gefunden
500 Error Unerwarteter Fehler
Feld Typ Pflicht Beschreibung
success boolean ja Erfolgskennzeichen
code integer nein Antwort-/Fehlercode
response tlsOrganizationResponse nein
Terminal-Fenster
curl -X GET "https://api.regfish.com/tls/organization/<organization_id>" \
-H "x-api-key: $REGFISH_API_KEY"

Werte eintragen — der Aufruf unten passt sich an. Es wird nichts abgeschickt: die API gibt Browser-Anfragen von dieser Domain aus derzeit nicht frei (CORS). Der API-Key wird nicht gespeichert.