Dashboard export
Every dashboard view can be exported:
- Set your desired date range and filters
- Click the "Export" button
- Choose CSV or JSON format
- Download starts immediately
API export
For automated exports, use the REST API:
curl -H "Authorization: Bearer <token>" \
"https://api.tokeven.com/analytics/summary?range=30d"Webhook integration
Set up webhooks to push data to your systems automatically:
- •Daily cost summaries
- •Threshold breach alerts
- •Weekly digest data
See the n8n integration guide for connecting to Slack, Teams, or email.