---
title: "List card templates"
method: GET
path: "/cards/v1/templates"
tags: ["Templates"]
---

# List card templates

`GET /cards/v1/templates`

Gets the BIN data for an organization's card templates with paging options. For complete information on a specific template, call the [Get card template](https://developers.pismo.io/pismo-docs/reference/get-card-template-by-id) endpoint. The organization is identified in the access token.

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.

## Query parameters

- `page_size` integer, required
- `last_page_id` string

## Response `200`

Your Orgs's paged templates list

- GetTemplatesResponse
  - `items` SummaryTemplate[] — Template summaries - 50 maximum.
    - `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 — Override 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.
  - `last_page_id` string, uuid — If not null there is more data. Pass this field in the next request for additional content.

## 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)
