get https://koddi.io/console/v1/member_groups//usage
Response
Field | Type | Description |
---|---|---|
start_date | string | The start date of the usage report in RFC 3339 |
end_date | string | The end date of the usage report in RFC 3339 |
usage | object | The object holding the API usage details for the indicated date range |
usage.[path] | array | The name of the path for the relevant endpoint |
usage.[path].service | string | The service for the relevant endpoint |
usage.[path].method | string | The method for the relevant endpoint |
usage.[path].billable_usage | int | The count of calls for the relevant path that occured within the indicated date range |