Overview

The Analytics endpoints provide aggregated metrics and time-series data for your company's email, chat, voice, lead, and agent action activity.

Endpoints

Endpoint
Description

High-level summary of all channels

Email processing stats over time

Chat conversation stats over time

Voice call stats over time

Lead capture stats over time

Agent action stats over time

Common Parameters

All analytics endpoints support date range filtering:

Parameter
Type
Default
Description

from

ISO 8601

30 days ago

Start of the date range

to

ISO 8601

Now

End of the date range

Time-series endpoints (all except overview) also support:

Parameter
Type
Default
Description

interval

string

day

Grouping interval: day, week, or month

Example

curl "https://api.opally.com/v1/analytics/overview?from=2026-01-01&to=2026-03-12" \
  -H "Authorization: Bearer op_live_your_api_key_here"

Last updated