Management APIMessaging
Get study email template by type
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
studyKey*string
messageType*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/messaging/email-templates/study-templates/string/string"{
"template": {
"id": "string",
"messageType": "string",
"studyKey": "string",
"defaultLanguage": "string",
"headerOverrides": {},
"translations": [
{}
]
}
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}