API reference
Read integration usage
Returns admitted REST and MCP operations for the last 30 days, grouped by operation. These are operational counters, not additional billable units.
Returns admitted REST and MCP operations for the last 30 days, grouped by operation. These are operational counters, not additional billable units.
AuthorizationBearer <token>
Create a scoped key in Benjiads → Integrations. Sent only in Authorization.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/usage"{ "since": "string", "requests": 0, "operations": [ { "operation": "string", "count": 0 } ], "limits": { "requestsPerMinute": 0, "writesPerMinute": 0 }}