# Flight Travel Authorization
These endpoints are designed to manage travel authorization details for passengers on flights.
**Key Features**
- **Travel Authorization Status:** Check and update the travel authorization status for passengers.
**Business Value**
- **Compliance:** Helps to meet regulatory requirements.
- **Operational Efficiency:** Streamlines the process of managing travel authorizations, reducing the time and effort required.
- **Risk Management:** Minimizes the risk of travel disruptions due to missing or invalid travel documents.
**Use Cases**
- **Flight Operations Management:** Review and manage travel authorization details for passengers on specific flights.
- **Customer Service:** Assist passengers in ensuring they have the necessary travel documents for their journey.
- **Regulatory Compliance:** Maintain accurate records of travel authorizations to meet regulatory requirements.
**Why Use These Endpoints**
The Flight Travel Authorization endpoints are essential tools for maintaining compliance and operational efficiency within the aviation industry.
## Get Passenger Travel Authorization Status
- [GET /api/external/flight/{flightId}/visa](https://developer.fl3xx.com/reference/flight-travel-authorization/getflightvisabyflightid.md): This endpoint allows users to retrieve the travel authorization status associated with passengers on a specific flight.
A flight operations manager wants to review all visa information for passengers on a specific flight.
The fields should not be used. Please use the values in and instead.
## Update Passengers' Visa Information
- [PUT /api/external/flight/{flightId}/visa](https://developer.fl3xx.com/reference/flight-travel-authorization/putflightvisabyflightid.md): This endpoint allows users to update the travel authorization status associated with passengers on a specific flight.
The fields should not be used. Please use the values in and instead.