---
title: "Retrieve details of firmware template"
method: GET
path: "/templates/phones/{filename}"
tags: ["Auto Provisioning"]
---

# Retrieve details of firmware template

`GET /templates/phones/{filename}`

Retrieve details of template file by it's filename.

## Path parameters

- `filename` string, required — Template XML file name for phone provisioning.

## Response `200`

OK

- object
  - `filename` string — Template XML file name for phone provisioning.
  - `content` string — The file content of the template.
  - `is_custom` boolean — Whether it's a customize template.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
