Get templates (alternate)
documentedGet templates.
GET https://api.unisender.com/ru/api/getTemplates?Templatesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.unisender.com/ru/api/getTemplates?format=json&api_key={{UNISENDER_API_KEY}}&type={{TYPE}}&date_from={{DATE_FROM}}&date_to={{DATE_TO}}&limit={{LIMIT}}&offset={{OFFSET}}" \
-X GET \
-H \"Accept: application/json\" \
-H \"Content-Type: application/json\"