TEMPLATES
Fetch Template List
API to fetch paginated list of all templates in a given workspace.
GET
Fetch Template List
Authorizations
Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.
Query Parameters
comma separated string of tag ids attached to the template
comma separated string of channels. Returns templates which has any of the channels present from the channel string. Use these keys for channels - email, sms, whatsapp, inbox, slack, androidpush, iospush, webpush
Set true for published templates, false for templates which are in draft. Do not pass this key to return all templates.
Set true to get archived templates, default = false
Previous
Fetch Template detailsAPI to fetch content of a template group (active & draft versions) across all associated channels and languages.
Next
Fetch Template List