🔌 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.
⚠️ Copy this key now — it won't be shown again
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"}'