API keys for approved tools
Facility administrators can create separate keys for approved software connections without sharing staff passwords.
EchidnaCare includes a read-only public API for approved integrations, exports, and reporting workflows. It reinforces the same promise as the export tools: your facility records should never be trapped.
GET /api/v1/animals
Authorization: Bearer eck_...
{
"animals": [
{
"name": "Asha",
"status": "Active",
"species": "Red panda"
}
]
}Facility administrators can create separate keys for approved software connections without sharing staff passwords.
Approved tools can retrieve permitted records but cannot change animal care data.
Approved tools can read permitted records for animals, species, locations, and related facility work.
Software connections use their own protected access, separate from everyday staff sign-ins.
CSV exports, report PDFs, export bundles, and API keys all point at the same principle: your record history belongs to your facility.