Companies

Get company travel content config

get/v2/companies/{companyId}/travel-content-config

Response

OK

Example response

{
  "airConfig": {
    "fareCategoryFilter": [
      {
        "priority": 1,
        "origin": {
          "metadata": {
            "type": "CITY"
          }
        },
        "destination": {
          "metadata": {
            "type": "CITY"
          }
        },
        "fareCategoryOption": [
          {
            "disabled": true
          }
        ]
      }
    ]
  }
}