---
title: "List card programs"
method: GET
path: "/v1/card_programs"
tags: ["Card"]
---

# List card programs

`GET /v1/card_programs`

List card programs.

## Query parameters

- `ending_before` string
- `page_size` integer
- `starting_after` string

## Response `200`

OK

- object
  - `data` CardProgram[], required
    - `account_level_management_enabled` boolean, required — Whether the card program is participating in Account Level Management. Currently applicable to Visa card programs only.
    - `cardholder_currency` string, nullable — 3-character alphabetic ISO 4217 code for the currency of the cardholder.
    - `created` string, date-time, required — Timestamp of when the card program was created.
    - `name` string, required — The name of the card program.
    - `pan_range_end` string, required — The first digits of the card number that this card program ends with.
    - `pan_range_start` string, required — The first digits of the card number that this card program starts with.
    - `settlement_currencies` string[] — List of 3-character alphabetic ISO 4217 codes for the currencies that the card program supports for settlement.
    - `token` string, uuid, required — Globally unique identifier.
  - `has_more` boolean, required — More data exists.

## Other responses

- `400` — A parameter in the query given in the request does not match the valid queries for the endpoint.
- `401` — | | | |---|---| | User has not been authenticated | Invalid or missing API key | | API key is not active | The API key used is no longer active | | Could not find API key | The API key provided is not associated with any user | | Please provide API key in Authorization header | The Authorization header is not in the request | | Please provide API key in the form Authorization: [api-key] | The Authorization header is not formatted properly | | Insufficient privileges. Issuing API key required | Write access requires an Issuing API key. Reach out at [lithic.com/contact](https://lithic.com/contact) | | Insufficient privileges to create virtual cards. | Creating virtual cards requires an additional privilege | Reach out at [lithic.com/contact](https://lithic.com/contact) |
- `404` — The specified resource was not found.
- `422` — Unprocessable entity.
- `429` — Client has exceeded the number of allowed requests in a given time period. | | | |---|---| | Rate limited, too many requests per second | User has exceeded their per second rate limit | | Rate limited, reached daily limit | User has exceeded their daily rate limit | | Rate limited, too many keys tried | One IP has queried too many different API keys |

---

[API](https://skmtc.net/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.net/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/53ab5d4e2adb/schema)
