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>"