A company from its domain
curl -X POST https://indizio.rexago.com/api/v1/enrich/company \
-H "Authorization: Bearer <YOUR-API-KEY>" \
-H "Content-Type: application/json" \
-d '{"domain": "goldbachkirchner.de"}'
What did it cost?
With -i you see the response headers, among them:
x-indizio-credits-charged: …
x-indizio-credits-remaining: …
Nothing is billed without a hit.
Free: balance and catalogues
curl https://indizio.rexago.com/api/v1/account -H "Authorization: Bearer <YOUR-API-KEY>"
curl https://indizio.rexago.com/api/v1/catalog/states -H "Authorization: Bearer <YOUR-API-KEY>"