v1

latestSwagger 2.02026-07-13301635.0 KB
templates

List template categories

Lists the common template categories of all users. As you are not logged in, this is what you are limited to.

get/templates/list

Response

successful operation

idinteger

the unique ID of the Template

category_idinteger

the ID of the category to which this template belongs

namestring

The name of the Template

messagestring

The actual message of the template

Example response

[
  {
    "id": 42,
    "category_id": 33,
    "name": "Love Letter to Sandy",
    "message": "How do I love thee?  Let me count the ways"
  }
]