---
title: "GET /application-templates/{id}"
method: GET
path: "/application-templates/{id}"
tags: ["ApplicationTemplates"]
---

# GET /application-templates/{id}

`GET /application-templates/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

Success

- ApplicationTemplate
  - `id` string, uuid
  - `name` string, nullable
  - `description` string, nullable
  - `application_type` string, nullable
  - `template_type` string, nullable
  - `is_starter` boolean
  - `rules` AccessRule[], nullable
    - `description` string, nullable
    - `priority` integer, nullable
    - `container` string, nullable
    - `transform` string, nullable
    - `conditions` Condition[], nullable
      - `attribute` string, nullable
      - `operator` string, nullable
      - `value` string, nullable
    - `permissions` string[], nullable
  - `permissions` string[], nullable

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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