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
Example request
{
"uid": "fhqwfuihuifqwhiuwqfhiqwfh124"
}Response
successful operation
Example response
[
{
"id": 42,
"name": "Love Letters"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.