# Get billing cost estimate Returns an estimate of the current billing costs based on the number of users in the team Endpoint: GET /v1/billing/estimate Version: 1.0.0 Security: bearerAuth ## Response 200 fields (application/json): - `users` (integer, required) Total number of users in the team and child teams Example: 5 - `total` (number, required) Total estimated cost Example: 995 - `total_formatted` (string, required) Formatted total cost with currency symbol Example: "$995.00" - `renewal_date` (string, required) Next billing renewal date Example: "February 16th, 2026" ## Response 401 fields (application/json): - `message` (string, required) Error message Example: "Validation failed" - `errors` (object) Detailed validation errors by field Example: {"email":["The email must be a valid email address","The email has already been taken"],"password":["The password must be at least 8 characters"],"template_name":["This field is required"]}