Skip to main content
GET
/
v1
/
account
/
analytics
Get Account Analytics
curl --request GET \
  --url https://api.routeway.ai/v1/account/analytics \
  --header 'Authorization: Bearer <token>'
{
  "metrics": {},
  "series": [
    {}
  ]
}
For a detailed walkthrough with examples, see the Balance & Usage guide.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

period
string | null
default:30d
model
string | null

Response

Successful Response

metrics
Metrics · object
required

Aggregated metrics for the account.

series
Series · object[] | null

Time series data points for analytics.