Skip to main content

Get Usage

GET 

/v2/usage/current/

Get the current usage for the user.

Returns a dictionary containing the start date, end date, usage, and usage limit for the current usage record.

Responses

Successful Response

Schema

    used Used (integer)required
    limit Limit (integer)required
Loading...