Get details for a specific email template

Use the following endpoint to receive details of a specific email template on this platform:

EndpointPurpose
GET /{URI}/emailTemplates/{etid}Get details for a specific Email Template on this Platform.

Here is the path parameter for this endpoint which returns the etid:

Path paramsData typeDescription
etidstringEmail Template Identifier (ETID) is returned in the email template response payload. (Required)

See the payload example below:

{
  "etid": "string",
  "name": "string",
  "fromName": "string",
  "subject": "string",
  "headerImage": "string",
  "headerImageAltText": "string",
  "accentColor": "string",
  "messageBody": "string",
  "closing": "string",
  "customerServiceMessage": "string",
  "accessControls": [
    {
      "type": "PLATFORM",
      "identifier": "string"
    }
  ],
  "defaults": [
    {
      "type": "PLATFORM",
      "identifier": "string"
    }
  ]
}

The possible response codes for this endpoint are:

  • 200 OK
  • 400 Bad Request
  • 401 Unauthorized
  • 403 Forbidden
  • 404 Not Found

Rewards as a Service™ and the RaaS® API are provided by Tango Card, Inc. © 2024 Tango Card, Inc.