v1
latestSwagger 2.02026-07-13301635.0 KBtemplates
List template categories
Lists the template categories of all users. By passing the optional UID, any custom template categories are also available.
post/templates/list
Request body
Example request
{
"uid": "fhqwfuihuifqwhiuwqfhiqwfh124",
"category_id": 12
}Response
successful operation
Example response
[
{
"id": 42,
"category_id": 33,
"name": "Love Letter to Sandy",
"message": "How do I love thee? Let me count the ways"
}
]