v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB

Get All Card Tokens

Retrieve all mobile provisioning tokens using a card ID

post/card/provisioning/tokens

Headers

api-keystring

api-key is available on the dashboard

Authorizationstring

Request body

cardIdstring

The unique Id of the card

limitinteger

The limit of the results for paging, starting at the offset. Limit is always capped at 100.

offsetstring

The offset value for pagination, indicating the initial number of items to be returned from the data set satisfying the given criteria. Omit this parameter to fetch the first page of results.

Response

200

countinteger
totalinteger

Example response

{
  "tokens": [
    {
      "id": "c5be21b0-ce3b-21a5-bbc6-bed848d83d8f",
      "referenceId": "DNITHE462335559956712103",
      "cardId": "5421ac03-434a-4363-b23b-60079ca444ee",
      "cardMetadataProfileId": "0b657514-899-99947a5-b5b6-6366ddaed598",
      "requestorId": 40010075001,
      "panReferenceId": "V-3023355599566593970435",
      "type": "HCE",
      "status": "ACTIVE",
      "expiration": "2028-12-01T00:00:00Z",
      "walletAccountEmailAddressHash": "3030303030303030303030303030303030303030303030303030303030303030",
      "cvv2ResultCode": "M",
      "clientWalletAccountId": "u093v2ALfE6B212HU6W",
      "createdAt": "2023-12-21T16:39:16Z",
      "createdBy": "VISA",
      "updatedAt": "2024-01-05T22:42:31Z",
      "updatedBy": "TOKEN_REQUESTOR",
      "tokenValue": "21344440001"
    }
  ],
  "count": 2,
  "total": 2
}