Get Creative Template

This endpoint returns a creative template object by Id.

Why Get a Creative Template?

If you would like to retrieve information and details about a specific creative template that is part of your network, the Kevel API enables you to return this information using the Get Creative Template API endpoint. Making an API call to this endpoint, and specifying the CreativeTemplatesID, returns the creative template object.

API Syntax

When using the Get Creative Template 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/v2/creative-templates/{CreativeTemplatesID

Where:

  • GET - the type of API request being made.
  • https://api.kevel.co - the URL for the request.
  • v1 - the API version.
  • creative-templates - the API endpoint being called.
  • CreativeTemplatesID - the ID associated with the creative template you are trying to retrieve.
Language
Authorization
Header