me
Find credit usage grouped by period
Find credit usage for the user. Returns credits usage grouped by time period (day, week, month, etc.) for time period specified or if unspecified then total for all time. For authentication use api credentials.
get/me/billing/credit-usage/grouped/{rollupBinType}
Path parameters
rollupBinType'TOTAL' | 'YEARS' | 'QUARTERS' | 'MONTHS' | 'WEEKS' | 'DAYS' | 'MINUTES' | 'HOUROFDAY' | 'DAYOFWEEK' required
Grouping period: YEARS, MONTHS, WEEKS, DAYS, etc.
Query parameters
intervalBegininteger
Beginning of usage period formatted in unix time milliseconds. Example: 1473781817000
intervalEndinteger
End of usage period formatted in unix time milliseconds. Example: 1473781817000
Response
successful operation