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
|
OK
未認証
見つかりません
処理不可能なエンティティー
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"
}