# operators Operators are the hospitality businesses (e.g. Stonegate, Nightcap, Big Table Group) whose venues you want to make bookable through your integration. Registering an operator is the first step before connecting any TMS credentials. ## List all operators - [GET /operators](https://docs.bookabletech.com/apis/production/operatorapi/operators/listoperators.md): Retrieve a list of all operators in the system. ## Create a new operator - [POST /operators](https://docs.bookabletech.com/apis/production/operatorapi/operators/createoperator.md): Create a new operator with the provided details. ## Get a specific operator - [GET /operators/{operatorId}](https://docs.bookabletech.com/apis/production/operatorapi/operators/getoperator.md): Retrieve the details of a specific operator by its ID. ## Update an operator - [PUT /operators/{operatorId}](https://docs.bookabletech.com/apis/production/operatorapi/operators/updateoperator.md): Update the details of an existing operator. ## Delete an operator - [DELETE /operators/{operatorId}](https://docs.bookabletech.com/apis/production/operatorapi/operators/deleteoperator.md): Remove an operator from the system.