---
title: "Retrieve a Card Token"
method: GET
path: "/card_tokens/{card_token_id}"
---

# Retrieve a Card Token

`GET /card_tokens/{card_token_id}`

## Path parameters

- `card_token_id` string, required — The identifier of the Card Token.

## Response `200`

Card Token

- CardToken — Card Tokens represent a tokenized card number that can be used for Card Push Transfers and Card Validations.
  - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the card token was created.
  - `expiration_date` string, date, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the card expires.
  - `id` string, required — The Card Token's identifier.
  - `last4` string, required — The last 4 digits of the card number.
  - `length` integer, required — The length of the card number.
  - `prefix` string, required — The prefix of the card number, usually 8 digits.
  - `type` 'card_token', required — A constant representing the object's type. For this resource it will always be `card_token`.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.net/increase/apis/increase-api-2.md) · [All operations](https://skmtc.net/increase/apis/increase-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/increase/increase-api-2/versions/cc76869b968b/schema)
