New: Real-time alerting & custom thresholds now available — See what's new

API Playground

Try the Opslytica API live with a demo organization. Edit parameters, click "Try It", and see real responses.

Demo Mode: All requests use the demo organization's read/write API key. Data is reset periodically. See the full API documentation for details.
POST /api/v1/metrics/events Track an Event

Submit a single metric event. Events are the foundational data type — every metric, SLA check, and trend is derived from ingested events.

Parameters
cURL
Response
GET /api/v1/admin/capabilities List Capabilities

Retrieve all capabilities configured for the organization. Capabilities represent business processes (e.g., Prior Authorization, Claims Processing) that group related metrics.

cURL
curl https://api.opslytica.com/api/v1/admin/capabilities \ -H "X-Api-Key: demo_key"
Response
GET /api/v1/metrics/sla-summary Get SLA Summary

Get an aggregated SLA compliance summary for a date range. Returns breach counts, compliance rates, and average cycle times per capability.

Parameters
cURL
Response
GET /api/v1/correlations/search Search Cases

Search for correlated cases/workflows. Returns cases with their current status, milestones reached, and cycle time metrics.

Parameters
cURL
Response