# Tour Operators Get list of tour operators. You can use code field value of records returned in response of this endpoint as parameters to different endpoints to get tour operator requirements for destinations. Endpoint: GET /tour-operators Version: 2.0.0 Security: oAuth, bearerAuth ## Response 200 fields (application/json): - `tour_operators` (array) Array of Tour Operator objects - `tour_operators.name` (string) Example: "Tour Operator Name" - `tour_operators.code` (string) A code that identifies this tour operator. Example: "tour-operator-code" - `requestid` (string) Unique Request ID identifying this request. - `responsetime` (number) Time taken to generate response.