# Get the billing client A request is only ever made in the context of a single Billing Client, so no identifier is required and the result is not paginated Endpoint: GET /billing-client Version: 1.48 Security: bearerAuth ## Response 200 fields (application/json): - `id` (integer) Billing client identifier Example: 1 - `name` (string, required) Billing client name Example: "Imperatives" - `onlineBillingType` (string, required) Which Online Billing implementation the billing client uses. * UNAVAILABLE = Online Billing is not available to the billing client * CLASSIC = the billing client uses the legacy View My Bill implementation * MODERN = the billing client uses the current View My Bill implementation Enum: "UNAVAILABLE", "CLASSIC", "MODERN" ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields