---
title: "Get Card Control Overrides or Defaults."
method: GET
path: "/api/v1/cards/{publicToken}/controls"
tags: ["Cards"]
---

# Get Card Control Overrides or Defaults.

`GET /api/v1/cards/{publicToken}/controls`

## Path parameters

- `publicToken` string, required

## Response `200`

Success

- UsageControlsOverrides — Card usage control overrides and their default values
  - `allowContactless` BooleanOverridenValue — Wrapper around a potentially overriden value. It stores the default value and the overriden one, and can tell if it is overriden or not
    - `value` boolean — The value that this class actually has
    - `isOverriden` boolean — Whether or not this value is overriden
  - `allowAtmWithdrawals` BooleanOverridenValue — Wrapper around a potentially overriden value. It stores the default value and the overriden one, and can tell if it is overriden or not
    - `value` boolean — The value that this class actually has
    - `isOverriden` boolean — Whether or not this value is overriden
  - `allowECommerceWhereCardNotPresent` BooleanOverridenValue — Wrapper around a potentially overriden value. It stores the default value and the overriden one, and can tell if it is overriden or not
    - `value` boolean — The value that this class actually has
    - `isOverriden` boolean — Whether or not this value is overriden
  - `allowRecurringPaymentWhereCardNotPresent` BooleanOverridenValue — Wrapper around a potentially overriden value. It stores the default value and the overriden one, and can tell if it is overriden or not
    - `value` boolean — The value that this class actually has
    - `isOverriden` boolean — Whether or not this value is overriden
  - `allowUseOutsideCountry` BooleanOverridenValue — Wrapper around a potentially overriden value. It stores the default value and the overriden one, and can tell if it is overriden or not
    - `value` boolean — The value that this class actually has
    - `isOverriden` boolean — Whether or not this value is overriden

## 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)
