---
title: "Gets the Card Control Overrides."
method: GET
path: "/api/v1/cards/{publicToken}/control-overrides"
tags: ["Cards"]
---

# Gets the Card Control Overrides.

`GET /api/v1/cards/{publicToken}/control-overrides`

## Path parameters

- `publicToken` string, required

## Response `200`

Success

- UsageControls — Card Override Usage Controls
  - `allowContactless` boolean, nullable — Allow Contactless EMV
  - `allowAtmWithdrawals` boolean, nullable — Allow Cash ATM (DE = 01)
  - `allowECommerceWhereCardNotPresent` boolean, nullable — Allow Blank CVV2 in Card not Present e-Commerce
  - `allowRecurringPaymentWhereCardNotPresent` boolean, nullable — Allow Blank CVV2 in Card not Present Recurring
  - `allowUseOutsideCountry` boolean, nullable — Allow POS usage outside country of Issue of a card

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.dev/thredd/apis/core-cards.md) · [All operations](https://skmtc.dev/thredd/apis/core-cards/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thredd/core-cards/revisions/841f62def5bf/schema)
