---
title: "Get Company Message Template"
method: GET
path: "/restapi/v1.0/account/{accountId}/message-store-templates/{templateId}"
tags: ["SMS Templates"]
---

# Get Company Message Template

`GET /restapi/v1.0/account/{accountId}/message-store-templates/{templateId}`

Returns a company text message template by ID.

## Path parameters

- `accountId` string, required
- `templateId` string, required

## Response `200`

Company text message template

- MessageTemplateResponse
  - `id` string — Internal identifier of a template
  - `displayName` string — Name of a template
  - `body` TemplateInfo — Text message template information
    - `text` string, required — Text of the message template. Maximum length is 1000 symbols (2-byte UTF-16 encoded). If a character is encoded in 4 bytes in UTF-16 it is treated as 2 characters, thus limiting the maximum message length up to 500 symbols
  - `scope` 'Company' | 'Personal' — Specifies if a template is available on a user (Personal) or a company (Company) level
  - `site` Site — Specifies a site that message template is associated with. Supported only if the Sites feature is enabled. The default is `main-site` value.
    - `id` string — Internal identifier of a site
    - `name` string — Custom name of a site

## Other responses

- `404` — General response with **HTTP 404 "Not found"** status.<br> Reasons: the entity with given ID (typically specified in a path parameter), is not found or inaccessible

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/revisions/8d602198ec97/schema)
