---
title: "Get 3DS forwarding status"
method: GET
path: "/cards/{cardId}/3ds-forwarding"
tags: ["3DS Forwarding"]
---

# Get 3DS forwarding status

`GET /cards/{cardId}/3ds-forwarding`

## Path parameters

- `cardId` string, uuid, required

## Headers

- `Accept-Version` string, required — Specifies the API version to use for this request.

## Response `200`

3DS forwarding status retrieved successfully

- object
  - `enrolled` boolean, required — Returns true when the card is enrolled in 3DS forwarding with either SMS OTP (One-Time Password), biometric, or both methods
  - `biometricEnrolled` boolean, required
  - `smsEnrolled` boolean, required

## Other responses

- `404` — Not found

---

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