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