# Get bill **GET /v1/billing/{familyId}** Get bill ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Path parameters - **familyId** (string) Family ID ### Query parameters - **billingMonth** (string) Billing month - **seasonId** (string) Season ID - **pricingPlanId** (string) Pricing plan ID ## Responses ### 200 successful operation #### Body: application/json (object) - **familyId** (string) Family ID - **description** (string) Description - **date** (string(date)) Date - **subtotal** (integer) Subtotal - **discountTotal** (integer) Discount total - **taxTotal** (integer) Tax total - **total** (integer) Total - **items** (array[object]) Items - **taxes** (array[object]) Taxes ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 404 Not found #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception [Powered by Bump.sh](https://bump.sh)