Get Advertiser

Why Get an Advertiser?

When you are working with an advertiser, you will find it useful to return all of the properties associated with that advertiser. This API endpoint enables you to receive a full set of properties and attributes for an advertiser.

API Syntax

When using the Get Advertiser 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/{AdvertiserID}\

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.
  • AdvertiserID - the ID associated with the advertiser you want to return.
Language
Authorization
Header