This is a private API surface for Industrial Electronic Repair tooling. Public info is limited. Write ops and detailed inventories require a valid API key.
Include your key as X-API-Key or a Bearer token:
# cURL example
curl -s https://api.iernc.net/v1/health.php \
-H "X-API-Key: YOUR_KEY_HERE"
# or
curl -s https://api.iernc.net/v1/health.php \
-H "Authorization: Bearer YOUR_KEY_HERE"
Health is open; sensitive routes require keys. If something looks missing, it’s probably being intentionally quiet unless you’re authorized.