Get Ingest Stats
GET/api/v1/v1/locations/stats
Get location ingestion statistics for the authenticated organization.
Authentication: API Key (Bearer token)
Returns:
- total_ingested_today: Total locations ingested today
- total_ingested_week: Total locations ingested this week
- devices_active: Number of active devices
- last_ingest: Timestamp of last location ingestion
Example:
curl -X GET https://api.spatialflow.io/api/v1/locations/stats \
-H "Authorization: Bearer sf_live_abc123..."
Request
Responses
- 200
OK