---
title: "Retrieve an access token for card data and digital wallet operations"
method: GET
path: "/cards/{cardId}/access-token"
tags: ["Card details"]
---

# Retrieve an access token for card data and digital wallet operations

`GET /cards/{cardId}/access-token`

Returns an access token that can be used for:
 - Getting card's sensitive data
 - Verifying the ability to add a card to a digital wallet

 Access tokens expire after 5 minutes.

## Path parameters

- `cardId` string, uuid, required — The ID of the card to work with.

## Query parameters

- `accountId` string, required — The ID of the account to work with.
- `personId` string, uuid — The ID of the person to work with.
- `sessionId` string — The MFA session id.
- `token` string — The security token e.g. MFA code.
- `operationName` 'VIEW_CARD' | 'ADD_CARD_TO_WALLET' — The operation for which a client token is requested.

## Response `200`

OK

- object
  - `token` string, required

---

[API](https://skmtc.net/equalsmoney/apis/cis-api.md) · [All operations](https://skmtc.net/equalsmoney/apis/cis-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/equalsmoney/cis-api/revisions/a162c72b8bf6/schema)
