CASE FrameworkCASE Framework

Get global email template by type

GET
/v1/messaging/email-templates/global-templates/{messageType}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

messageType*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/messaging/email-templates/global-templates/string"
{
  "template": {
    "id": "string",
    "messageType": "string",
    "studyKey": "string",
    "defaultLanguage": "string",
    "headerOverrides": {},
    "translations": [
      {}
    ]
  }
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}