Search SMS Templates
This API searches and retrieves a list of SMS templates, created in your MoEngage account, based on specified filter criteria.
page: The page number of the results you wish to fetch.entries: The number of templates to return per page, with a maximum value of 15.
Rate Limit
The rate limit is 100 RPM.Authorizations
Authentication is done via Basic Auth. This requires a base64-encoded string of your credentials in the format 'username:password'.
- Username: Use your MoEngage workspace ID (also known as the App ID). You can find it in the MoEngage dashboard at Settings > Account > APIs > Workspace ID (earlier app id).
- Password: Use your API Key, which you can find within the Campaign report/Business events/Custom templates/Catalog API/Inform Report tile.
For more information on authentication and getting your credentials, refer here.
Body
Use search filters to find SMS templates.
Notes:
pageandentriesare mandatory effective November 15, 2025. All other fields are optional.- You can send only template_ids if you want specific older versions of the SMS template. In other cases, you will receive the latest version of the template.
This field contains the index of the pages to be returned in the search result
This field contains the number of templates to return per page.
x <= 15This field indicates the name of the template. When this value is specified, the template that matches the name specified in this field will be returned (partial search is supported).
This field indicates the template source that created the template. When specified, templates whose source matches the one specified in this list will be returned.
API, MOENGAGE This field indicates whether the template is a custom one or a pre-built one. When specified, templates whose template type matches the one specified in this list will be returned.
CUSTOM, PRE_BUILT This field indicates the user who created the template. When specified, the templates for which the created_by user information matches that specified in this list will be returned.
This field indicates the user who updated the template. When specified, the templates for which the updated_by user information matches that specified in this list will be returned.
This field indicates the sorting parameters for the search result and the sort order.
This field indicates the list of template IDs that must be fetched. When this value is specified, the template that matches the ID specified in this field will be returned.
Response
Search successful. Returns a list of templates.