List Partner Usage Monthly Metrics
Get per-month aggregated usage metrics for the authenticated partner.
Each item aggregates one (partner, month, entity_type) group and reports the count of distinct entities alongside the summed REST API and webhook delivery counts. Results are scoped to the authenticated partner’s data; Catena admins may query across partners.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Filter by calendar year (e.g. 2026).
2000 <= x <= 2100Filter by calendar month (1-12).
1 <= x <= 12Filter by entity type (e.g. vehicle, driver).
Filter by partner ID. Admin only — ignored when called by a partner.
Response
Successful Response
The partner the metric belongs to.
Calendar year of the aggregated month.
Calendar month (1-12) of the aggregated month.
First day of the aggregated calendar month.
The category of entity the metric was aggregated for.
Count of distinct entities with usage in the month.
Total REST API deliveries across all entities in the month.
Total webhook deliveries across all entities in the month.