Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Your moderation usage.

daily
object[]
required

Your billable screens per UTC day for the last 30 days, charged or not. A day with no screens is not in the list.

screens_to_next_block
integer<int64>
required

Billable screens still needed to fill the next block of 1000. A full block is charged within one hour, so this value is 1000 when your unbilled screens fill whole blocks.

unbilled_screens
integer<int64>
required

Billable screens that Dodo Payments has not charged for yet.

Last modified on September 26, 2026