---
title: "Search EmailTemplates"
method: POST
path: "/emailTemplate/search"
tags: ["EmailTemplate"]
---

# Search EmailTemplates

`POST /emailTemplate/search`

Returns the organizations EmailTemplates in paginated format. The pagination is handled with the `startIndex` and `length` keys in the request body.
There is one filtering option within the body:

- `searchTerm` field is searched within the titles of the EmailTemplates

## Headers

- `api-version` string, required

## Request body

- SearchRequest
  - `startIndex` integer — Start index for pagination
  - `length` integer — Number of results to return
  - `searchTerm` string — Search term to filter results

## Response `200`

Successful response

- ApiResponse
  - `message` string, nullable
  - `hasError` boolean
  - `validationErrors` string[]
  - `data` unknown
  - `content` unknown

---

[API](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation.md) · [All operations](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sertifier/sertifier-credential-api-documentation/revisions/98c494325aae/schema)
