Get Dashboard Requests
Fetch the data for the different graphs in the dashboard.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The earliest date we are searching for.
Available options:
dashboard
, usage
, custom
The sorting parameters for the query
The latest date we are searching for.
The list of API Keys we want to filter for. Leave the list empty to disable filtering (and return data for all apps) instead.
Available options:
latency
, errors
, requests
, savings
, costs
Response
200
application/json
Available options:
latency
, errors
, requests
, savings
, costs
Was this page helpful?