The programmatic interface behind InsightPulse — servers, websites & APIs, databases, and application performance monitoring. Agents and applications talk to this endpoint; humans use the dashboard.
/api/v2
Most endpoints require a bearer token. Obtain one by logging in, then send it as Authorization: Bearer <token>. Agents authenticate with X-Api-Key; APM reporters use X-App-Key.
curl -X POST BASEURL/api/v2/auth/login \
-H "Content-Type: application/json" \
-d '{"email":"you@example.com","password":"••••••••"}'
# → { "token": "eyJhbGci..." }
A selection of the public and authenticated routes.