From 1f7afab61cc3e8806dbbf1aada5a97e02fc6afc6 Mon Sep 17 00:00:00 2001 From: superdooper86 Date: Thu, 7 May 2026 14:06:46 +0200 Subject: [PATCH] Update Data Sources section with new billing endpoints --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c8e25e..ff15834 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,9 @@ ClaudeChecker reads from the following `claude.ai` API endpoints (authenticated | Endpoint | Used for | |---|---| | `/api/bootstrap` | Organisation UUID | -| `/api/organizations/{id}/usage` | Quota windows and credit usage | +| `/api/organizations/{id}/usage` | 5-hour and 7-day quota windows | +| `/api/organizations/{id}/overage_spend_limit` | Extra usage spent and monthly limit | +| `/api/organizations/{id}/prepaid/credits` | Current credit balance | ---