# Get email template by ID **GET /api/email-templates/{id}** Get the email template by its ID. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **id** (string) The unique identifier of the email template. ## Responses ### 200 The email template. #### Body: application/json (object) - **tenantId** (string) - **id** (string) - **languageTag** (string) - **templateType** (string) - **details** (object) - **createdAt** (number) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 The email template was not found. [Powered by Bump.sh](https://bump.sh)