Overview
Measure's REST APIs for auth, event ingestion and data fetching, designed around standard REST principles.
Measure exposes two sets of REST APIs. Both accept and return JSON and use standard HTTP response codes.
SDK endpoints
Used by the Measure SDKs to ingest events, spans and build artifacts from your apps. You only interact with them directly when building a custom integration.
Dashboard API
Used by the Measure dashboard to read sessions, crashes, ANRs, performance data and everything else the dashboard shows, and to manage apps, teams and alerts.
API stability
REST APIs contracts are unversioned and subject to change. We will be introducing stable API contracts in the future. For the moment, we do not recommend depending on REST APIs for critical use cases.
Think this page can be better?
Open an issue