Gets all information about the specific template.
template_type required | string type of template |
project_id required | string <uuid> 게시자 계정의 로그인 프로젝트 ID입니다. |
template_id required | string Name of the template. Can include latin characters, digits, characters “-” and “_”. |
locale required | string Region of the texts that you provided in the template in the
|
확인
인증되지 않음
찾을 수 없음
처리할 수 없는 엔터티
curl --request GET \ --url https://login.xsolla.com/api/projects/{project_id}/templates/email/{template_id}/{locale}/{template_type} \ --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'
{- "body": "Hi {{first_name}} {{last_name}}!<br>We will be glad to see you on the {{site_link}} page.",
- "header": "Welcome email",
- "locale": "en_US",
- "template_id": "Welcome email template",
- "template_type": "custom"
}