---
title: "Get Card Details"
method: GET
path: "/card"
---

# Get Card Details

`GET /card`

Lets you update details of existing cards in bulk. You can update details such as card status label, and custom/extended field values.

## Query parameters

- `number` string, required

## Response `200`

200

- object
  - `cardId` integer
  - `issuedDate` string
  - `createdDate` string
  - `expiryDays` integer
  - `seriesName` string
  - `customerId` integer
  - `maxActiveCards` integer
  - `entityCode` string
  - `extendedFields` object
    - `vehicle_make` string
  - `customFields` object
    - `city` string
    - `address` string
    - `pincode` string
  - `type` string
  - `cardNumber` string
  - `seriesId` integer
  - `seriesCode` string
  - `orgId` integer
  - `entityId` integer
  - `statusInfo` object
    - `reason` string
    - `createdBy` integer
    - `actions` unknown[]
      - unknown
    - `autoUpdateTime` string
    - `createdOn` string
    - `entityId` integer
    - `id` integer
    - `isActive` boolean
    - `labelId` integer
    - `label` string
    - `status` string
  - `id` integer
  - `transactionNotAllowed` boolean
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — 400

---

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