# Get a specific operator Retrieve the details of a specific operator by its ID. Endpoint: GET /operators/{operatorId} Version: 1.0.0-SNAPSHOT Security: Production, Sandbox ## Path parameters: - `operatorId` (integer, required) The unique identifier of the operator Example: 1 ## 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 404 fields ## Response 500 fields