Lists all templates belonging to an organization.
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://dev.dixa.io/v1/templates?pageLimit=0&pageKey=string&type=QuickResponse' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
- EmailAutoReply
- QuickResponse
{ "data": [ { … }, { … } ] }