get https://api.kevel.co/v1/campaign/
Why Get a Campaign?
Sometimes, you may wish to return parameters for a specific campaign so you can review flights and ads associated with that campaign. To return the parameters for a campaign, be sure to pass the CampaignID
in your request.
API Syntax
When using the Get Campaign API endpoint, 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/campaign/{CampaignID}
Where:
GET
- the type of API request being made.https://api.kevel.co
- the URL for the request.v1
- the API version.campaign
- the API endpoint being called.CampaignID
- the ID associated with the campaign.
Note
Instead of returning flight objects, the
Flights
parameter will return with a value ofnull
.