API Reference
Welcome to the APImetrics API reference. Use these endpoints to manage API calls, authentication settings, schedules, workflows, and results programmatically.
Authentication
All API requests require an API key passed as a Bearer token in the Authorization header.
Generate one from Settings → API Key Access in the
APIContext dashboard.
API versions
| Version | Base URL | Scope |
|---|---|---|
| v2 | https://client.apimetrics.io/api/2 | Main API — ~356 operations covering monitors, auth, schedules, results, reports, and more |
| v3 | https://client.apimetrics.io/api/3 | Thin surface — ~7 operations for org-level downtimes and project-level reports |
| Token endpoint | https://apimetrics.auth0.com/oauth/token | OAuth 2 token exchange |
Most integrations use v2. Use v3 only for the specific operations it covers (see sidebar).
Use the sidebar to browse endpoints, or try them interactively using the Try It console on each endpoint page.