---
title: "List all account templates in this firm"
method: GET
path: "/api/v4/f/{firm_id}/account_templates"
tags: ["Templates"]
---

# List all account templates in this firm

`GET /api/v4/f/{firm_id}/account_templates`

List all account templates in this firm. <br>
<b>Required scope(s):</b> `administration:read`

## Path parameters

- `firm_id` integer, required

## Query parameters

- `page` integer
- `per_page` integer

## Headers

- `Accept` string
- `Accept-Language` string

## Response `200`

Successful response

- object[]
  - `id` integer — account_template_id
  - `marketplace_template_id` integer
  - `account_range` string
  - `text_configuration` string
  - `name_nl` string
  - `name_fr` string
  - `name_en` string
  - `name_da` string
  - `text` string
  - `text_parts` object[]
    - `name` string
    - `content` string
  - `mapping_list_ranges` object[]
    - `account_mapping_list_id` integer
    - `account_range` string
  - `externally_managed` boolean

---

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