subscriptions

Get Usage Stats

Get current period usage statistics.

get_current_user_required is deliberately NOT a dependency: it is a users read on a fresh session, and this endpoint is polled hard enough that paying it on a cache hit was the largest single cost of a class transition. See the fast-path note at the top of this file.

get/subscriptions/usage

Headers

authorizationstring nullable

Response

Successful Response

tierstring required
call_minutes_per_callnumber required
is_trial_activeboolean required
trial_end_datestring date-time nullable

Changes