# Get Airlines Information (Air) Returns airlines information for active marked airlines. Endpoint: GET /v2/air/airlines-info Version: v2 Security: Bearer ## Query parameters: - `includeInactive` (boolean, required) Include Airlines with inactive status along with active. ## Response 200 fields (application/json): - `airlineInfo` (array, required) - `airlineInfo.airlineCode` (string, required) Airline code Example: "AA" - `airlineInfo.airlineName` (string, required) Airline name Example: "American Airlines" - `airlineInfo.country` (string, required) Airline country Example: "United States" - `airlineInfo.twoLetterCountryCode` (string, required) Two letter country code Example: "US" - `airlineInfo.isActive` (boolean, required) Airline active status Example: true - `airlineInfo.loyaltyProgramName` (string, required) Airline loyalty program name Example: "AA Advantage" - `airlineInfo.loyaltyProgramCode` (string, required) Airline loyalty program code Example: "AA Adv" - `airlineInfo.airlineTicketPrefix` (string, required) Airline ticket prefix Example: "001" ## Response 401 fields (application/json): - `debugIdentifier` (string) Link to debug the error internally. - `errorMessages` (array) - `errorMessages.errorCode` (string) Error code to identify the specific errors. - `errorMessages.message` (string) Message containing details of error. - `errorMessages.errorParameters` (array) Error message parameters. - `errorMessages.errorParameters.name` (string) Parameter name - `errorMessages.errorParameters.value` (string) Parameter value - `errorMessages.errorDetail` (string) More details about the error. ## Response 403 fields (application/json): - `debugIdentifier` (string) Link to debug the error internally. - `errorMessages` (array) - `errorMessages.errorCode` (string) Error code to identify the specific errors. - `errorMessages.message` (string) Message containing details of error. - `errorMessages.errorParameters` (array) Error message parameters. - `errorMessages.errorParameters.name` (string) Parameter name - `errorMessages.errorParameters.value` (string) Parameter value - `errorMessages.errorDetail` (string) More details about the error. ## Response 404 fields (application/json): - `debugIdentifier` (string) Link to debug the error internally. - `errorMessages` (array) - `errorMessages.errorCode` (string) Error code to identify the specific errors. - `errorMessages.message` (string) Message containing details of error. - `errorMessages.errorParameters` (array) Error message parameters. - `errorMessages.errorParameters.name` (string) Parameter name - `errorMessages.errorParameters.value` (string) Parameter value - `errorMessages.errorDetail` (string) More details about the error.