Skip to main content
POST
/
analytics
/
summary
Dashboard summary with top-level KPIs: record counts, deal stats, activity breakdown, and task completion for a given time period.
curl --request POST \
  --url https://api.supersonic.cv/analytics/summary \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "time_range": {
    "from": "<string>",
    "to": "<string>"
  }
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
time_range
object

Response

Success

The response is of type object.