Get Ad

Why Get an Ad?

It is helpful to be able to retrieve ads so you can review the specifics of the ad. The Kevel API enables you to retrieve an ad using the Get Ad API API call. This API call pulls in details about a particular ad so you can determine if the ad should still be associated with a flight.

API Syntax

When using the Create Creative 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/ad/{AdID}

Where:

  • GET - the type of API request being made.
  • https://api.kevel.co - the URL for the request.
  • v1 - the API version.
  • ad - the API endpoint being called.
  • AdID - the ID associated with the ad being called.
Language
Authorization
Header