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
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
used Used (integer)required
limit Limit (integer)required
{
"used": 0,
"limit": 0
}
Loading...