Find credit usage

GET {{baseUrl}}/me/billing/credit-usage?intervalBegin=<integer>&intervalEnd=<integer>

Find credit usage for the user. Returns credits usage for time period specified or if unspecified then total for all time. For authentication use api credentials.

Request Params

KeyDatatypeRequiredDescription
intervalBeginstringStart of the find time interval, formatted in unix time milliseconds. Example: 1473781817000 for Sat, 05 Jan 1985 14:03:37 GMT
intervalEndstringEnd of the find time interval, formatted in unix time milliseconds. Example: 1473781817000 for Sat, 05 Jan 1985 14:03:37 GMT