---
title: "Create Identifier"
method: POST
path: "/template/identifiers"
tags: ["template"]
---

# Create Identifier

`POST /template/identifiers`

## Request body

- TemplateIdentifier
  - `description` string
  - `type` integer
  - `name` string
  - `classification` integer
  - `privacy` integer
  - `rule` string
  - `header_keywords` string
  - `max_distance` integer
  - `min_occurrence` integer
  - `props` unknown[]
    - unknown
  - `exclude_keywords` string

## Response `200`

Successful Response

- BaseResponseTemplateIdentifierFullInfo
  - `status` string, required
  - `code` integer, required
  - `message` string
  - `data` TemplateIdentifierFullInfo
    - `description` string
    - `type` integer
    - `name` string
    - `classification` integer
    - `privacy` integer
    - `rule` string
    - `header_keywords` string
    - `max_distance` integer
    - `min_occurrence` integer
    - `props` unknown[]
      - unknown
    - `exclude_keywords` string
    - `version` integer
    - `create_by` string
    - `modify_by` string
    - `modify_time` string, date-time
    - `create_time` string, date-time
    - `id` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aws-samples/apis/sensitive-data-protect-solution.md) · [All operations](https://skmtc.net/aws-samples/apis/sensitive-data-protect-solution/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/sensitive-data-protect-solution/revisions/e0c2e29932e2/schema)
