---
title: "Get Templates"
method: POST
path: "/templates/"
tags: ["SMART_CONTRACTS"]
deprecated: true
---

# Get Templates

`POST /templates/`

> **Deprecated.**

Get templates for a given table schema and data store type
:param fetch_template_request: FetchTemplateRequest
:param auth: Depends(has_token)
:return: Dict containing templates

## Request body

- FetchTemplateRequest
  - `identifier` string, required
  - `data_store_type` string, required
  - `options` object, nullable

## Response `200`

Successful Response

- FetchTemplateResponse
  - `contract` string, required

## Other responses

- `400` — Invalid data
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
