v4

latestOpenAPI 3.0.2raw.githubusercontent.com2021-01-28845.1 KB
template

Single template.

Retrive a single template by id

get/template/{id}

Path parameters

idstring long required

Response

template was retrieved successfully.

idstring long
titlestring
contentstring

Example response

{
  "title": "Banner title",
  "content": "banner content"
}