Returns the list of templates available to the authenticated user. Optionally filter by office using the path /templates/<office ID>.
GET
/templates
curl \
--request GET 'https://api.pre.zipformplus.com/api/templates' \
--header "X-Auth-ContextId: $API_KEY"
Response examples (200)
[
{
"id": "string",
"name": "string"
}
]