---
title: "Get a template by name slug"
method: GET
path: "/template/slug/{name_slug}"
tags: ["Templates"]
---

# Get a template by name slug

`GET /template/slug/{name_slug}`

Retrieves template details using its unique name slug identifier.

## Query parameters

- `owner` 'me' | 'sendpulse'
- `lang` string

## Response `200`

Template details

- TemplateDetails
  - `id` string
  - `name` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.net/sendpulse/apis/sendpulse-bulk-email-api.md) · [All operations](https://skmtc.net/sendpulse/apis/sendpulse-bulk-email-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sendpulse/sendpulse-bulk-email-api/revisions/cd38f8c6a425/schema)
