get https://api.kevel.co/v2/creative-templates
This endpoint lists the creative templates in your network.
The JSON response is an object that contains the page
and pageSize
from the request in addition to a count of totalItems
and totalPages
. The creative templates are in an items
array.
Without any query parameters, the List Creative Templates endpoint will return page 1 with 10 items.
The
totalItems
counts only the templates selected in the query. For example, if there 8 unarchived templates and 2 archived templates,totalItems
will be 8 ifincludeArchived
is false and 10 ifincludeArchived
is true.