IndizioAPI-Dokumentation

← Alle Anleitungen

curl

Ein Aufruf von der Kommandozeile — zum Ausprobieren und für Skripte.

Stand
21.09.2026
Werkzeug
curl
Version
curl 8.7.1
Getestet
Von uns selbst durchgespielt.

Eine Firma über ihre Domain

curl -X POST https://indizio.rexago.com/api/v1/enrich/company \
  -H "Authorization: Bearer <IHR-API-SCHLÜSSEL>" \
  -H "Content-Type: application/json" \
  -d '{"domain": "goldbachkirchner.de"}'

Was hat es gekostet?

Mit -i siehst Du die Kopfzeilen der Antwort, darunter:

x-indizio-credits-charged: …
x-indizio-credits-remaining: …

Ohne Treffer wird nichts abgerechnet.

Kostenlos: Kontostand und Kataloge

curl https://indizio.rexago.com/api/v1/account -H "Authorization: Bearer <IHR-API-SCHLÜSSEL>"
curl https://indizio.rexago.com/api/v1/catalog/states -H "Authorization: Bearer <IHR-API-SCHLÜSSEL>"