---
title: "Get details for a specific Digital Template on this Platform."
method: GET
path: "/digitalTemplates/{etid}"
tags: ["9. Digital Templates"]
---

# Get details for a specific Digital Template on this Platform.

`GET /digitalTemplates/{etid}`

## Path parameters

- `etid` string, required

## Response `200`

OK

- EmailTemplateViewVerbose
  - `etid` string, required
  - `name` string, required
  - `fromName` string, required
  - `subject` string, required
  - `headerImage` string, required
  - `headerImageAltText` string, required
  - `accentColor` string, required
  - `messageBody` string, required
  - `smsMessageBody` string
  - `closing` string, required
  - `customerServiceMessage` string
  - `accessControls` StandardRewardEmailTemplateAccess[]
    - `type` 'PLATFORM' | 'CUSTOMER' | 'ACCOUNT' — The type of access being specified: PLATFORM, CUSTOMER or ACCOUNT.
    - `identifier` string — Leave this field blank if the type is PLATFORM. Enter either the the customerIdentifier or the accountIdentifier if the type is CUSTOMER OR ACCOUNT, respectively.
  - `defaults` StandardRewardEmailTemplateDefault[]
    - `type` 'PLATFORM' | 'CUSTOMER' | 'ACCOUNT' — The type of default being specified: PLATFORM, CUSTOMER or ACCOUNT.
    - `identifier` string — Leave this field blank if the type is PLATFORM. Enter either the the customerIdentifier or the accountIdentifier if the type is CUSTOMER OR ACCOUNT, respectively.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/tangocard/apis/tango-api.md) · [All operations](https://skmtc.net/tangocard/apis/tango-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tangocard/tango-api/revisions/324ad9683921/schema)
