---
title: "Returns message template category"
method: GET
path: "/v1/template_categories/{id}"
tags: ["template_categories"]
---

# Returns message template category

`GET /v1/template_categories/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- MessageTemplateCategoryResponse
  - `name` string, required — message template name
  - `messageType` string, required — message type (default, voice, whatsapp, rcs)
  - `id` integer, required — message template category id
  - `createdBy` string — created by
  - `created` string, date-time — created
  - `lastModifiedBy` string — last modified by
  - `lastModified` string, date-time — last modified
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
