---
title: "Get card configuration"
method: GET
path: "/v1/cards/{cardId}/config"
tags: ["Card lifecycle"]
---

# Get card configuration

`GET /v1/cards/{cardId}/config`

Get card configuration. 

**Notes**: 
 * This is a PCI endpoint, use the https://gw-pci.pismolabs.io/cards-tokenization environment.
 * This endpoint takes an account token - an access token encoded with a Pismo account ID

## Path parameters

- `cardId` string, required

## Headers

- `x-tenant` string, required

## Response `200`

- GetCardConfigCardResponse
  - `google_try_counter` integer — Google wallet CVV try counter
  - `apple_try_counter` integer — Apple wallet CVV try counter
  - `samsung_try_counter` integer — Samsung wallet CVV try counter

## Other responses

- `400` — Bad 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)
