Vigilfield Docs
API referenceBilling

`GET /billing` — fetch the org's billing settings.

GET/billing

Response Body

application/json

curl -X GET "https://example.com/billing"
{  "annual_discount_percent": 0,  "auto_topup_enabled": true,  "auto_topup_packs": 0,  "auto_topup_threshold_pct": 0,  "billing_period": "string",  "gb_exported_limit": 0,  "gb_ingested_limit": 0,  "gb_scanned_limit": 0,  "gb_stored_limit": 0,  "is_trial_active": true,  "org_id": "string",  "payment_method_configured": true,  "plan_tier": null,  "retention_days": 0,  "stripe_customer_id": "string",  "trial_ends_at": "string",  "updated_at": "string"}