v1

latestOpenAPI 3.1.02026-07-2616636641.7 KB

Get Geo-Targeting

get/v1/flight/{FlightID}/geotargeting/{LocationID}

Path parameters

FlightIDinteger required

ID of the Flight

LocationIDinteger required

ID from the Geo-Targeting Endpoint

Response

200

LocationIdinteger
FlightIdinteger
CountryCodestring
Regionstring
MetroCodeinteger
IsExcludeboolean

Example response

{
  "LocationId": 76543,
  "FlightId": 12345,
  "CountryCode": "US",
  "Region": "NC",
  "MetroCode": 560
}