---
title: "Get card template"
method: GET
path: "/cards/v1/templates/{templateID}"
tags: ["Templates"]
---

# Get card template

`GET /cards/v1/templates/{templateID}`

Get card template. Templates are used to overwrite program card BIN defaults. 

To create a template, you need to open a Pismo [Service Desk](https://developers.pismo.io/pismo-docs/docs/service-desk) request. The ticket type should be **Settings**. For more information, refer to the [BIN override](https://developers.pismo.io/pismo-docs/docs/bin-override-feature) guide.

## Path parameters

- `templateID` string, required

## Response `200`

Card template

- GetTemplateByIdResponse
  - `template_id` string — Template ID. Templates are used to implement the BIN override feature. For more information, refer to the [BIN override](https://developers.pismo.io/pismo-docs/docs/bin-override-feature) guide.
  - `org_id` string — Organization ID
  - `override_program_id` integer — Program ID
  - `bin_range_beginning` string — BIN range beginning
  - `bin_range_end` string — BIN range end
  - `bin` string — Bank Identification Number (BIN). A 6 or 8 digit number identitying the card network, issuer, and product.

## Other responses

- `400` — Bad request
- `404` — Not Found
- `409` — The specified resource status conflicts with the current request.
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
