Api
Operator funnel metrics (admin)
Admin-only. The usage-to-paid funnel derived from existing metadata: demo parses, API parses, owners with a key, and active subscriptions. No client tracking.
curl -X GET "https://example.com/v1/admin/metrics"{ "demo_parses": 0, "api_parses": 0, "owners": 0, "active_subscriptions": 0}{ "error": "string", "error_class": "string", "format_version": "string", "marker_coverage": 0}{ "error": "string", "error_class": "string", "format_version": "string", "marker_coverage": 0}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}Owner usage aggregation (admin) GET
Admin-only. Aggregates audit metadata across all keys owned by `owner` for the current cycle. Powers the dashboard Overview + Usage.
Erase an owner's data (admin) DELETE
Admin-only. Cancels any live Paystack subscription, then deletes every row tied to `owner` (keys, subscription, cycle tiers, invoices, audit metadata). Right to erasure (NDPR). If the Paystack cancel fails, nothing is deleted (a live charge is never orphaned).