---
title: "Get Templates"
method: GET
path: "/accounts/{{account_id}}/templates"
tags: ["Templates"]
---

# Get Templates

`GET /accounts/{{account_id}}/templates`

Gets all templates available to the account

## Query parameters

- `locale` 'en_US' | 'es_ES' | 'fr_FR' | 'ja_JP' | 'ko_KO' | 'zh_HANT'

## Response `200`

SUCCESS

- TemplateList — List of In-Page Experience templates
  - `items` Template[]
    - `id` string — ID of the template
    - `version` string — Template version
    - `metadata` TemplateMetadata — Metadata describing the template
      - `name` string — Template display name
      - `description` string — Template description
      - `demo` string — URL to a demo of the template
      - `image` string — Relative URL to an SVG image representing the template
      - `views` TemplateView[]
        - `name` string — View ID
        - `title` string — View display name
        - `isPlaybackView` boolean — Whether this view is used for playing back videos
        - `hidden` boolean — Whether this view is hidden in the authoring environment
      - `layouts` TemplateLayout[]
        - `name` string — Layout ID
        - `title` string — Layout display name
        - `categories` TemplateLayoutCategory[]
          - `name` string — Template layout category ID
          - `title` string — Template layout category display name
          - `options` TemplateLayoutOption[]
            - `name` string — Template layout option ID
            - `title` string — Template layout option display name
            - `image` string — Relative URL to an SVG image which represents the layout option
      - `options` TemplateOptions — Template options
        - `singleVideo` boolean — Whether this template only displays a single video
        - `liveVideo` boolean — Whether this template displays a live video

## Other responses

- `401` — UNAUTHORIZED: Authentication failed - check to make sure your client credentials were correct for the access token

---

[API](https://skmtc.net/brightcovelearning/apis/brightcove-in-page-experiences-api-reference.md) · [All operations](https://skmtc.net/brightcovelearning/apis/brightcove-in-page-experiences-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brightcovelearning/brightcove-in-page-experiences-api-reference/versions/4ba1a5bb9017/schema)
