curl --request GET \
--url https://api.mnemom.ai/v1/orgs/{org_id}/billing/summary \
--header 'Authorization: Bearer <token>'{
"account": {},
"plan": {},
"usage_rollup": [
{
"date": "2023-12-25",
"check_count": 123,
"tokens_in": 123,
"tokens_out": 123,
"cost_estimate": 123
}
]
}Plan + customer-safe account state + 30-day usage rollup. Does not include invoice history (use POST /orgs/{org_id}/billing/portal-session for that) or recent billing events (the org audit log covers events generally). Internal Stripe identifiers and Mnemom-staff notes are scrubbed from the response. owner, admin, and auditor only.
curl --request GET \
--url https://api.mnemom.ai/v1/orgs/{org_id}/billing/summary \
--header 'Authorization: Bearer <token>'{
"account": {},
"plan": {},
"usage_rollup": [
{
"date": "2023-12-25",
"check_count": 123,
"tokens_in": 123,
"tokens_out": 123,
"cost_estimate": 123
}
]
}