AeroDataBox · Example Payload

Aerodatabox Flight Notification Contract Example

AviationFlightsAerospaceFlight DataAirport Data

Aerodatabox Flight Notification Contract Example is an example object payload from AeroDataBox, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

flightssubscriptionbalance

Example Payload

Raw ↑
{
  "flights": [
    "example_value"
  ],
  "subscription": "example_value",
  "balance": "example_value"
}