List Creatives For Network

Why List Creatives for a Network?

You may find a time when you would like to review all creatives associated with a particular network. This may be because you want to remove some creatives from the network, add new creatives to a network, or just see what creatives are already attached to a network. The Kevel API enables you to accomplish this by using the List Creatives For Network API call.

API Syntax

When using the List Creatives for Network 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/creative

Where:

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