List usage events
GET/api/v1/usage_events
Reads events back, newest first by default. Always scoped to the app the API key belongs to; there is no cross-app read.
Query parameters
Section titled “Query parameters”eventNamestring- Filter to one event name.
customerIdstring- Filter to one shop (myshopify domain).
startDatestring- ISO 8601 window start; defaults to 30 days ago.
endDatestring- ISO 8601 window end; defaults to now.
limitinteger- Per page, max 200, default 50.
pageinteger- 1-based page number.
sortstringdesc(default) orascby occurrence time.
Returns
Section titled “Returns”200The page of events plus
hasMore.401Bad or missing
X-Api-Key.