API reference
Base URL: https://nimetric.com
Ingest
Send analytics events from your app/backend.
POST /api/ingest
Authorization: Bearer <WRITE_KEY>
Content-Type: application/json
{
"events": [{ "eventName": "session_started", "userId": "u_123", "sessionId": "s_1" }]
}Main endpoints
GET /api/projectsGET/PATCH /api/integrations/digestPOST /api/integrations/digest/send-nowPOST /api/auth/verify-email/requestGET /api/admin/metrics/timeseries?projectId=&metric=&range=
Next step
Use Troubleshooting if your API calls succeed but charts still look empty or inconsistent.