v1

latestSwagger 2.02026-07-13301635.0 KB
templates

List template categories

Lists the template categories of all users. By passing the optional UID, any custom template categories are also available.

post/templateCategories/list

Request body

uidstring

optional authorized UID of the session. By providing this, the template list will include user-specific template categories

Example request

{
  "uid": "fhqwfuihuifqwhiuwqfhiqwfh124"
}

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"
  }
]