🔑 Token Vault

Manage Your GeneOS Tokens

Each token unlocks a health account and tracks your kit from lab to results. Clinics can generate and print tokens in bulk.

⬇ Export CSV
🔑
No tokens yet
Create your first token or purchase a kit to get started.
0 selected
🔌 API Access — Integrate with your EHR or CRM

Use your API key to create tokens, poll for results, and receive webhooks — all without the browser.

📖 API Docs
Quick Start
# Check a token status curl https://geneos.app/api/ideas/geneos/api/v1/tokens/YOUR_TOKEN \ -H "X-GeneOS-Key: YOUR_API_KEY" # Create a new token curl -X POST https://geneos.app/api/ideas/geneos/api/v1/tokens \ -H "X-GeneOS-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"alias": "Client #099"}'