# Get email templates **GET /api/email-templates** Get the list of email templates. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Query parameters - **languageTag** (string) The language tag of the email template, e.g., `en` or `fr`. - **templateType** (string) The type of the email template, e.g. `SignIn` or `ForgotPassword` ## Responses ### 200 The list of matched email templates. Returns empty list, if no email template is found. #### Body: application/json (array[object]) - **tenantId** (string) - **id** (string) - **languageTag** (string) - **templateType** (string) - **details** (object) - **createdAt** (number) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)