Skip to main content

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

VersionBase URLScope
v2https://client.apimetrics.io/api/2Main API — ~356 operations covering monitors, auth, schedules, results, reports, and more
v3https://client.apimetrics.io/api/3Thin surface — ~7 operations for org-level downtimes and project-level reports
Token endpointhttps://apimetrics.auth0.com/oauth/tokenOAuth 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.