Get Flight

This returns the parameters for a specific flight

Why Get Flight?

The Get Flight API call enables you to return information about a specific flight, which can be helpful if you want to review the flight before making any changes. Because a flight can impact the overall performance of a campaign, occasionally reviewing the specifics of a particular flight for a campaign may allow you to glean insights into what changes, if any, you may want to make to an existing flight for a campaign.

API Syntax

When using the Create Flight API, it is important to understand the syntax required to make the request. Because the Kevel API is a RESTful API, there is a specific request format that must be followed to ensure the endpoint can process the request. The format is:

GET https://api.kevel.co/v1/flight/{FlightID}

Where:

  • GET - the type of API request being made.
  • https://api.kevel.co - the URL for the request.
  • v1 - the API version.
  • flight - the API endpoint being called.
  • FlightID - the ID associated with the flight you want to return.
📘

Note

The table below contains additional properties that may be returned in the response.

PropertyDescription
CreativeMaps
(array of objects) - response only
Displays creative flight maps (Ads) for the Flight.
GeoTargeting
(array of objects) - response only
Displays geo-targeting settings for the Flight.
SiteZoneTargeting
(array of objects) - response only
Displays Site/Zone targeting settings for the Flight.
GeoDistanceTargeting
(array of objects) - response only
Displays Distance Targeting (formerly GeoDistance Targeting) settings for the Flight.
Path Params
int32
required

This is the ID of the Flight

Query Params
boolean

If true, the endpoint returns only the flight metadata without ad objects

Response

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json