Retrieve Tokenized Cards
Returns a list of tokenized cards together with their DPANs and token types.
URL test:
Method:
GET
Path items:
/cards/tokenized
Parameters:
| Parameter | Location | Type | Example | Description | Required |
|---|---|---|---|---|---|
| fromDate | query | string($date-time) | 2025-08-12T11:49:03.397Z | Yes | |
| toDate | query | string($date-time) | 2025-08-12T11:49:03.397Z | Yes |
Example:
curl -X 'GET' \
' https://test.lightcms.io/cms/v2/cards/tokenized?fromDate=2025-08-12T11%3A49%3A03.397Z&toDate=2025-08-15T14%3A35%3A03.397Z' \
-H 'accept: application/json'
Responses:
200 - OK
Status Code: 200 OK
| Parameter | Location | Type | Description |
|---|---|---|---|
| cardId | integer | Internal CMS identifier of the card. | |
| dpan | string | DPAN of the tokenized card. | |
| tokenType | string | Token category (e.g., APPLE_PAY, GOOGLE_PAY, OTHER). |