# List all operators Retrieve a list of all operators in the system. Endpoint: GET /operators Version: 1.0.0-SNAPSHOT Security: Production, Sandbox ## Response 200 fields (application/json): - `id` (integer, required) The unique identifier of the operator Example: 1 - `businessName` (string, required) Business name of the operator Example: "Acme Restaurant Group" - `createdAt` (string, required) Timestamp when the operator was created Example: "2025-01-10T08:00:00Z" - `updatedAt` (string, required) Timestamp when the operator was last updated Example: "2025-02-15T10:30:00Z" ## Response 401 fields ## Response 500 fields