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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.