Return an aggregated overview of API requests data

GET {{baseUrl}}/organizations/:organizationId/apiRequests/overview

Return an aggregated overview of API requests data

Request Params

KeyDatatypeRequiredDescription
t0stringThe beginning of the timespan for the data. The maximum lookback period is 31 days from today.
t1stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespanstringThe timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 31 days.

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

RESPONSES

status: OK

{"responseCodeCounts":{"200":50000,"201":4000,"204":1000,"400":3500,"404":1500,"429":10000}}