Southwest Airlines · Example Payload

Southwest Airlines Reservation Example

Fortune 500AirlinesAviationTravel

Southwest Airlines Reservation Example is an example object payload from Southwest Airlines, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

confirmationNumberpassengersitinerarytotalFarepointsUsedearlyBirdPurchasedcreatedAt

Example Payload

southwest-airlines-reservation-example.json Raw ↑
{
  "confirmationNumber": "ABC123",
  "passengers": [
    {
      "firstName": "John",
      "lastName": "Doe",
      "rapidRewardsNumber": "RR7654321",
      "boardingGroup": "A",
      "boardingPosition": 12
    }
  ],
  "itinerary": [
    {
      "flightNumber": "WN4521",
      "departureAirportCode": "DAL",
      "arrivalAirportCode": "MDW",
      "departureDateTime": "2026-05-15T08:30:00-05:00",
      "arrivalDateTime": "2026-05-15T11:45:00-05:00",
      "fareClass": "Wanna Get Away"
    }
  ],
  "totalFare": 148.00,
  "pointsUsed": 0,
  "earlyBirdPurchased": true,
  "createdAt": "2026-04-20T14:32:11Z"
}