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/templateCategories/list

Response

successful operation

idinteger

the id of the Template Category

namestring

The name of the Template Category

pricenumber

Example response

[
  {
    "id": 42,
    "name": "Love Letters"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.