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
Key | Datatype | Required | Description |
---|---|---|---|
intervalBegin | string | Start of the find time interval, formatted in unix time milliseconds. Example: 1473781817000 for Sat, 05 Jan 1985 14:03:37 GMT | |
intervalEnd | string | End of the find time interval, formatted in unix time milliseconds. Example: 1473781817000 for Sat, 05 Jan 1985 14:03:37 GMT |