Returns credits remaining, credits used, and subscription status for the organization. The organization is automatically determined from the API key. Only organization-scoped API keys are supported.
API Key Authentication. It should be included in the header of each request.
Organization ID associated with this billing information.
Example: 37
Current available credits balance.
Example: 7436.08
Total credits consumed from all transactions.
Example: 36462.14
Initial credits balance from the subscription pack.
Example: 50000.00
Date when the current balance expires (null if no expiry).
Example: 2025-12-31T23:59:59Z
Current subscription status including active state, trial status, pack name, and expiry date.
Example: {"is_active": true, "is_trial": false, "pack_name": "Enterprise", "expire_at": "2025-12-31T23:59:59Z"}
Timestamp when the billing record was created.
Example: 2024-01-15T10:30:00Z
Timestamp when the billing record was last updated.
Example: 2025-11-22T14:25:30Z