Aller au contenu

Overview

The neomia Pulse Dashboard API is the read / inspection service of the neomia Pulse platform. While the Pulse API is the write side — it enrolls users, verifies typing patterns and manages accounts — the Dashboard API exposes the resulting data: authentications with their scores and signals, users and their enrollment state, organization-wide statistics, usage and subscription data, and the authentication-policy configuration.

It is the service behind the neomia Pulse Dashboard web application, and it can be consumed directly by your own tooling (reporting, SIEM enrichment, custom dashboards) using your organization's API key.

1
2
your integration ──(enroll / verify)──►  Pulse API            api.neomia.ai/pulse
your tooling     ──(read / inspect)──►  Pulse Dashboard API   api.neomia.ai/pulse-dashboard

Both services use the same API key and see the same organization data. See the API Endpoints page for the endpoint reference.