List Advertisers

This returns a JSON object of all your advertisers. For the explorer, just use your API Key.

Why List Advertisers?

If you would like to review the current advertisers that are part of a campaign, or make changes to the campaign, having a list of all current advertisers for the campaign is very useful. The List Advertisers API endpoint enables you return a JSON object for all of your advertisers. If you would like to use the Explorer, simply use your API key.

API Syntax

When using the List Advertisers 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/advertiser\

Where:

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