---
title: "List SMS templates"
method: GET
path: "/sms-templates"
tags: ["Configuration - User Management"]
---

# List SMS templates

`GET /sms-templates`

List all SMS notification templates.

## Query parameters

- `passwordType` 'PPSK' | 'RADIUS' — The access key type

## Response `200`

OK

- XiqSmsTemplate[]
  - `id` integer, required — The unique identifier
  - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
  - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
  - `org_id` integer — The organization identifier, valid when enabling HIQ feature
  - `name` string, required — The SMS template name
  - `description` string — The SMS template description
  - `predefined` boolean, required — Wheter or not it is a system prefined template
  - `content` string — The SMS template content
  - `password_type` 'PPSK' | 'RADIUS', required — The access key type

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
