v2
latestOpenAPI 3.1.12026-07-2613060964.2 KBFetch Template details
API to fetch content of a template group (active & draft versions) across all associated channels and languages.
get/v1/template/{template_slug}/
Path parameters
template_slugstring required
Template group slug you want to fetch content details. You'll get the template slug by clicking on copy button next to template group name on SuprSend dashboard -> template details page.
Response
200
Example response
{
"default_language": {
"name": "English",
"slug": "en"
},
"tags": [
{
"id": "01H9HPT1C5ABN61S12D85J9DJ7",
"name": "tag"
}
]
}