List Advertiser Assets

Returns a list of assets for a given advertiser.


🚧

Caution

There is an additional pay-per-use cost for this functionality and usage of video assets is subject to the Kevel Terms of Service. To get access to this feature, please contact your account manager or email [email protected].

API Syntax

When using the List Advertiser Assets 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/advertiser/{AdvertiserID}/asset

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 advertiser ID.
  • asset - the type of entity to return from the advertiser.
Path Params
int32
required

ID of the Advertiser

Responses

Language
Credentials
Header
Response
Choose an example:
application/json