Zum Inhalt springen

TLS-Organisation abrufen

GET /tls/organization/{organization_id}

Bezeichner: GetOrganizationByID

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

NameTypPflichtBeschreibung
organization_idtlsOrganizationIdja-
StatusTypBeschreibung
200tlsOrganizationResponseDetails zur TLS-Organisation
401ErrorNicht autorisiert
404ErrorTLS-Organisation nicht gefunden
500ErrorUnerwarteter Fehler
FeldTypPflichtBeschreibung
successbooleanjaErfolgskennzeichen
codeintegerneinAntwort-/Fehlercode
responsetlsOrganizationResponsenein-
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.