---
title: "Fetch card"
method: GET
path: "/cards/{id}"
tags: ["Cards"]
---

# Fetch card

`GET /cards/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- union
  - object
    - `id` integer, required — The ID of the card
    - `last_used_at` string, date-time, nullable, required — When the Card was last used.
    - `created_at` string, date-time, required — When the card was created
    - `updated_at` string, date-time, required — When the card was updated
    - `assigned` boolean, required — Whether the Card is assigned.
    - `assigned_at` string, date-time, nullable, required — When the Card was assigned.
    - `activated_at` string, date-time, nullable, required — When the Card was activated.
    - `deactivated_at` string, date-time, nullable, required — When the Card was deactivated.
    - `activated` boolean, required — Whether the Card is activated.
    - `assigned_by_id` integer, nullable, required — The assigned_by ID of the card
    - `assigned_by` object — The assigned_by of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `user_id` integer, nullable, required — The user ID of the card
    - `user` object — The user of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `token` string, required — The token of the Card.
    - `uid` string, required — The UID of the Card.
    - `type` 'mifare_desfire', required — The type of the Card.
    - `model` 'card-black-1.0' | 'card-black-1.1' | 'card-black-2.0' | 'card-white-1.0' | 'card-white-1.1' | 'card-white-2.0' | 'card-custom-1.1' | 'fob-1.0' | 'fob-1.1' | 'fob-2.0' | 'tag-1.0' | 'tag-1.1' | 'tag-2.0', required — The model of the Card.
    - `frequency` 'HF', required — The frequency of the Card.
    - `color` 'white' | 'black' | 'custom' | 'unknown', required — The color of the Card.
    - `form_factor` 'card' | 'fob' | 'tag' | 'unknown', required — The form factor of the Card.
    - `third_party` false, required — Whether the Card is manufactured by a third party, and not by Kisi.
  - object
    - `id` integer, required — The ID of the card
    - `last_used_at` string, date-time, nullable, required — When the Card was last used.
    - `created_at` string, date-time, required — When the card was created
    - `updated_at` string, date-time, required — When the card was updated
    - `assigned` boolean, required — Whether the Card is assigned.
    - `assigned_at` string, date-time, nullable, required — When the Card was assigned.
    - `activated_at` string, date-time, nullable, required — When the Card was activated.
    - `deactivated_at` string, date-time, nullable, required — When the Card was deactivated.
    - `activated` boolean, required — Whether the Card is activated.
    - `assigned_by_id` integer, nullable, required — The assigned_by ID of the card
    - `assigned_by` object — The assigned_by of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `user_id` integer, nullable, required — The user ID of the card
    - `user` object — The user of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `uid` string, required — The UID of the Card.
    - `type` 'third_party_hf', required — The type of the Card.
    - `model` 'credential-third-party', required — The model of the Card.
    - `frequency` 'HF', required — The frequency of the Card.
    - `third_party` true, required — Whether the Card is manufactured by a third party, and not by Kisi.
  - object
    - `id` integer, required — The ID of the card
    - `last_used_at` string, date-time, nullable, required — When the Card was last used.
    - `created_at` string, date-time, required — When the card was created
    - `updated_at` string, date-time, required — When the card was updated
    - `assigned` boolean, required — Whether the Card is assigned.
    - `assigned_at` string, date-time, nullable, required — When the Card was assigned.
    - `activated_at` string, date-time, nullable, required — When the Card was activated.
    - `deactivated_at` string, date-time, nullable, required — When the Card was deactivated.
    - `activated` boolean, required — Whether the Card is activated.
    - `assigned_by_id` integer, nullable, required — The assigned_by ID of the card
    - `assigned_by` object — The assigned_by of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `user_id` integer, nullable, required — The user ID of the card
    - `user` object — The user of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `type` 'third_party_hf_mifare_classic', required — The type of the Card.
    - `model` 'credential-third-party', required — The model of the Card.
    - `frequency` 'HF', required — The frequency of the Card.
    - `third_party` true, required — Whether the Card is manufactured by a third party, and not by Kisi.
    - `data_block_value` string, required — The data block value used in the Card.
  - object
    - `id` integer, required — The ID of the card
    - `last_used_at` string, date-time, nullable, required — When the Card was last used.
    - `created_at` string, date-time, required — When the card was created
    - `updated_at` string, date-time, required — When the card was updated
    - `assigned` boolean, required — Whether the Card is assigned.
    - `assigned_at` string, date-time, nullable, required — When the Card was assigned.
    - `activated_at` string, date-time, nullable, required — When the Card was activated.
    - `deactivated_at` string, date-time, nullable, required — When the Card was deactivated.
    - `activated` boolean, required — Whether the Card is activated.
    - `assigned_by_id` integer, nullable, required — The assigned_by ID of the card
    - `assigned_by` object — The assigned_by of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `user_id` integer, nullable, required — The user ID of the card
    - `user` object — The user of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `uid` string, required — The UID of the Card.
    - `type` 'third_party_lf_hid_corporate1000_35', required — The type of the Card.
    - `model` 'credential-third-party-lf', required — The model of the Card.
    - `frequency` 'LF', required — The frequency of the Card.
    - `third_party` true, required — Whether the Card is manufactured by a third party, and not by Kisi.
    - `format_name` 'hid_corporate1000_35', required — The format in which a card is programmed.
    - `facility_code` integer, required — The facility code of the Card
    - `card_number` integer, required — The card number of the Card
  - object
    - `id` integer, required — The ID of the card
    - `last_used_at` string, date-time, nullable, required — When the Card was last used.
    - `created_at` string, date-time, required — When the card was created
    - `updated_at` string, date-time, required — When the card was updated
    - `assigned` boolean, required — Whether the Card is assigned.
    - `assigned_at` string, date-time, nullable, required — When the Card was assigned.
    - `activated_at` string, date-time, nullable, required — When the Card was activated.
    - `deactivated_at` string, date-time, nullable, required — When the Card was deactivated.
    - `activated` boolean, required — Whether the Card is activated.
    - `assigned_by_id` integer, nullable, required — The assigned_by ID of the card
    - `assigned_by` object — The assigned_by of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `user_id` integer, nullable, required — The user ID of the card
    - `user` object — The user of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `uid` string, required — The UID of the Card.
    - `type` 'third_party_lf_hid_h10301', required — The type of the Card.
    - `model` 'credential-third-party-lf', required — The model of the Card.
    - `frequency` 'LF', required — The frequency of the Card.
    - `third_party` true, required — Whether the Card is manufactured by a third party, and not by Kisi.
    - `format_name` 'hid_h10301', required — The format in which a card is programmed.
    - `facility_code` integer, required — The facility code of the Card
    - `card_number` integer, required — The card number of the Card
    - `two_factor_pin` string, nullable, required — Pin code used as two factor authentication for the Card.
    - `send_two_factor_pin_notification` boolean, required — Whether to send a notification to the user when the two factor pin is set/changed.
  - object
    - `id` integer, required — The ID of the card
    - `last_used_at` string, date-time, nullable, required — When the Card was last used.
    - `created_at` string, date-time, required — When the card was created
    - `updated_at` string, date-time, required — When the card was updated
    - `assigned` boolean, required — Whether the Card is assigned.
    - `assigned_at` string, date-time, nullable, required — When the Card was assigned.
    - `activated_at` string, date-time, nullable, required — When the Card was activated.
    - `deactivated_at` string, date-time, nullable, required — When the Card was deactivated.
    - `activated` boolean, required — Whether the Card is activated.
    - `assigned_by_id` integer, nullable, required — The assigned_by ID of the card
    - `assigned_by` object — The assigned_by of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `user_id` integer, nullable, required — The user ID of the card
    - `user` object — The user of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `uid` string, required — The UID of the Card.
    - `type` 'third_party_lf_hid_h10302', required — The type of the Card.
    - `model` 'credential-third-party-lf', required — The model of the Card.
    - `frequency` 'LF', required — The frequency of the Card.
    - `third_party` true, required — Whether the Card is manufactured by a third party, and not by Kisi.
    - `format_name` 'hid_h10302', required — The format in which a card is programmed.
    - `card_number` integer, required — The card number of the Card
    - `two_factor_pin` string, nullable, required — Pin code used as two factor authentication for the Card.
    - `send_two_factor_pin_notification` boolean, required — Whether to send a notification to the user when the two factor pin is set/changed.
  - object
    - `id` integer, required — The ID of the card
    - `last_used_at` string, date-time, nullable, required — When the Card was last used.
    - `created_at` string, date-time, required — When the card was created
    - `updated_at` string, date-time, required — When the card was updated
    - `assigned` boolean, required — Whether the Card is assigned.
    - `assigned_at` string, date-time, nullable, required — When the Card was assigned.
    - `activated_at` string, date-time, nullable, required — When the Card was activated.
    - `deactivated_at` string, date-time, nullable, required — When the Card was deactivated.
    - `activated` boolean, required — Whether the Card is activated.
    - `assigned_by_id` integer, nullable, required — The assigned_by ID of the card
    - `assigned_by` object — The assigned_by of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `user_id` integer, nullable, required — The user ID of the card
    - `user` object — The user of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `uid` string, required — The UID of the Card.
    - `type` 'third_party_lf_hid_h10304', required — The type of the Card.
    - `model` 'credential-third-party-lf', required — The model of the Card.
    - `frequency` 'LF', required — The frequency of the Card.
    - `third_party` true, required — Whether the Card is manufactured by a third party, and not by Kisi.
    - `format_name` 'hid_h10304', required — The format in which a card is programmed.
    - `facility_code` integer, required — The facility code of the Card
    - `card_number` integer, required — The card number of the Card
    - `two_factor_pin` string, nullable, required — Pin code used as two factor authentication for the Card.
    - `send_two_factor_pin_notification` boolean, required — Whether to send a notification to the user when the two factor pin is set/changed.
  - object
    - `id` integer, required — The ID of the card
    - `last_used_at` string, date-time, nullable, required — When the Card was last used.
    - `created_at` string, date-time, required — When the card was created
    - `updated_at` string, date-time, required — When the card was updated
    - `assigned` boolean, required — Whether the Card is assigned.
    - `assigned_at` string, date-time, nullable, required — When the Card was assigned.
    - `activated_at` string, date-time, nullable, required — When the Card was activated.
    - `deactivated_at` string, date-time, nullable, required — When the Card was deactivated.
    - `activated` boolean, required — Whether the Card is activated.
    - `assigned_by_id` integer, nullable, required — The assigned_by ID of the card
    - `assigned_by` object — The assigned_by of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `user_id` integer, nullable, required — The user ID of the card
    - `user` object — The user of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `uid` string, required — The UID of the Card.
    - `type` 'third_party_lf_hid_h2004064', required — The type of the Card.
    - `model` 'credential-third-party-lf', required — The model of the Card.
    - `frequency` 'LF', required — The frequency of the Card.
    - `third_party` true, required — Whether the Card is manufactured by a third party, and not by Kisi.
    - `format_name` 'hid_h2004064', required — The format in which a card is programmed.
    - `facility_code` integer, required — The facility code of the Card
    - `card_number` integer, required — The card number of the Card
  - object
    - `id` integer, required — The ID of the card
    - `last_used_at` string, date-time, nullable, required — When the Card was last used.
    - `created_at` string, date-time, required — When the card was created
    - `updated_at` string, date-time, required — When the card was updated
    - `assigned` boolean, required — Whether the Card is assigned.
    - `assigned_at` string, date-time, nullable, required — When the Card was assigned.
    - `activated_at` string, date-time, nullable, required — When the Card was activated.
    - `deactivated_at` string, date-time, nullable, required — When the Card was deactivated.
    - `activated` boolean, required — Whether the Card is activated.
    - `assigned_by_id` integer, nullable, required — The assigned_by ID of the card
    - `assigned_by` object — The assigned_by of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `user_id` integer, nullable, required — The user ID of the card
    - `user` object — The user of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `uid` string, required — The UID of the Card.
    - `type` 'third_party_lf_em_410x_26', required — The type of the Card.
    - `model` 'credential-third-party-lf', required — The model of the Card.
    - `frequency` 'LF', required — The frequency of the Card.
    - `third_party` true, required — Whether the Card is manufactured by a third party, and not by Kisi.
    - `format_name` 'em_410x_26', required — The format in which a card is programmed.
    - `facility_code` integer, required — The facility code of the Card
    - `card_number` integer, required — The card number of the Card
    - `two_factor_pin` string, nullable, required — Pin code used as two factor authentication for the Card.
    - `send_two_factor_pin_notification` boolean, required — Whether to send a notification to the user when the two factor pin is set/changed.
  - object
    - `id` integer, required — The ID of the card
    - `last_used_at` string, date-time, nullable, required — When the Card was last used.
    - `created_at` string, date-time, required — When the card was created
    - `updated_at` string, date-time, required — When the card was updated
    - `assigned` boolean, required — Whether the Card is assigned.
    - `assigned_at` string, date-time, nullable, required — When the Card was assigned.
    - `activated_at` string, date-time, nullable, required — When the Card was activated.
    - `deactivated_at` string, date-time, nullable, required — When the Card was deactivated.
    - `activated` boolean, required — Whether the Card is activated.
    - `assigned_by_id` integer, nullable, required — The assigned_by ID of the card
    - `assigned_by` object — The assigned_by of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `user_id` integer, nullable, required — The user ID of the card
    - `user` object — The user of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `uid` string, required — The UID of the Card.
    - `type` 'third_party_lf_em_410x_32_34', required — The type of the Card.
    - `model` 'credential-third-party-lf', required — The model of the Card.
    - `frequency` 'LF', required — The frequency of the Card.
    - `third_party` true, required — Whether the Card is manufactured by a third party, and not by Kisi.
    - `format_name` 'em_410x_32_34', required — The format in which a card is programmed.
    - `card_id` integer, required — The card id of the Card
    - `two_factor_pin` string, nullable, required — Pin code used as two factor authentication for the Card.
    - `send_two_factor_pin_notification` boolean, required — Whether to send a notification to the user when the two factor pin is set/changed.
  - object
    - `id` integer, required — The ID of the card
    - `last_used_at` string, date-time, nullable, required — When the Card was last used.
    - `created_at` string, date-time, required — When the card was created
    - `updated_at` string, date-time, required — When the card was updated
    - `assigned` boolean, required — Whether the Card is assigned.
    - `assigned_at` string, date-time, nullable, required — When the Card was assigned.
    - `activated_at` string, date-time, nullable, required — When the Card was activated.
    - `deactivated_at` string, date-time, nullable, required — When the Card was deactivated.
    - `activated` boolean, required — Whether the Card is activated.
    - `assigned_by_id` integer, nullable, required — The assigned_by ID of the card
    - `assigned_by` object — The assigned_by of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `user_id` integer, nullable, required — The user ID of the card
    - `user` object — The user of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `uid` string, required — The UID of the Card.
    - `type` 'third_party_lf_keyscan_c15001', required — The type of the Card.
    - `model` 'credential-third-party-lf', required — The model of the Card.
    - `frequency` 'LF', required — The frequency of the Card.
    - `third_party` true, required — Whether the Card is manufactured by a third party, and not by Kisi.
    - `format_name` 'keyscan_c15001', required — The format in which a card is programmed.
    - `facility_code` integer, required — The facility code of the Card
    - `card_number` integer, required — The card number of the Card
    - `oem` integer, required — The oem of the Card
    - `two_factor_pin` string, nullable, required — Pin code used as two factor authentication for the Card.
    - `send_two_factor_pin_notification` boolean, required — Whether to send a notification to the user when the two factor pin is set/changed.
  - object
    - `id` integer, required — The ID of the card
    - `last_used_at` string, date-time, nullable, required — When the Card was last used.
    - `created_at` string, date-time, required — When the card was created
    - `updated_at` string, date-time, required — When the card was updated
    - `assigned` boolean, required — Whether the Card is assigned.
    - `assigned_at` string, date-time, nullable, required — When the Card was assigned.
    - `activated_at` string, date-time, nullable, required — When the Card was activated.
    - `deactivated_at` string, date-time, nullable, required — When the Card was deactivated.
    - `activated` boolean, required — Whether the Card is activated.
    - `assigned_by_id` integer, nullable, required — The assigned_by ID of the card
    - `assigned_by` object — The assigned_by of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `user_id` integer, nullable, required — The user ID of the card
    - `user` object — The user of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `uid` string, required — The UID of the Card.
    - `type` 'third_party_lf_hid_d10202', required — The type of the Card.
    - `model` 'credential-third-party-lf', required — The model of the Card.
    - `frequency` 'LF', required — The frequency of the Card.
    - `third_party` true, required — Whether the Card is manufactured by a third party, and not by Kisi.
    - `format_name` 'hid_d10202', required — The format in which a card is programmed.
    - `facility_code` integer, required — The facility code of the Card
    - `card_number` integer, required — The card number of the Card
    - `two_factor_pin` string, nullable, required — Pin code used as two factor authentication for the Card.
    - `send_two_factor_pin_notification` boolean, required — Whether to send a notification to the user when the two factor pin is set/changed.
  - object
    - `id` integer, required — The ID of the card
    - `last_used_at` string, date-time, nullable, required — When the Card was last used.
    - `created_at` string, date-time, required — When the card was created
    - `updated_at` string, date-time, required — When the card was updated
    - `assigned` boolean, required — Whether the Card is assigned.
    - `assigned_at` string, date-time, nullable, required — When the Card was assigned.
    - `activated_at` string, date-time, nullable, required — When the Card was activated.
    - `deactivated_at` string, date-time, nullable, required — When the Card was deactivated.
    - `activated` boolean, required — Whether the Card is activated.
    - `assigned_by_id` integer, nullable, required — The assigned_by ID of the card
    - `assigned_by` object — The assigned_by of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `user_id` integer, nullable, required — The user ID of the card
    - `user` object — The user of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `uid` string, required — The UID of the Card.
    - `type` 'third_party_lf', required — The type of the Card.
    - `model` 'credential-third-party-lf', required — The model of the Card.
    - `frequency` 'LF', required — The frequency of the Card.
    - `third_party` true, required — Whether the Card is manufactured by a third party, and not by Kisi.
    - `two_factor_pin` string, nullable, required — Pin code used as two factor authentication for the Card.
    - `send_two_factor_pin_notification` boolean, required — Whether to send a notification to the user when the two factor pin is set/changed.
  - object
    - `id` integer, required — The ID of the card
    - `last_used_at` string, date-time, nullable, required — When the Card was last used.
    - `created_at` string, date-time, required — When the card was created
    - `updated_at` string, date-time, required — When the card was updated
    - `assigned` boolean, required — Whether the Card is assigned.
    - `assigned_at` string, date-time, nullable, required — When the Card was assigned.
    - `activated_at` string, date-time, nullable, required — When the Card was activated.
    - `deactivated_at` string, date-time, nullable, required — When the Card was deactivated.
    - `activated` boolean, required — Whether the Card is activated.
    - `assigned_by_id` integer, nullable, required — The assigned_by ID of the card
    - `assigned_by` object — The assigned_by of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `user_id` integer, nullable, required — The user ID of the card
    - `user` object — The user of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `uid` string, required — The decoded value of the QR code.
    - `type` 'third_party_qr_code', required — The type of the Card.
    - `model` 'credential-third-party-optical', required — The model of the Card.
    - `frequency` 'optical', required — The frequency.
    - `third_party` true, required — Whether the Card is manufactured by a third party, and not by Kisi.
  - object
    - `id` integer, required — The ID of the card
    - `last_used_at` string, date-time, nullable, required — When the Card was last used.
    - `created_at` string, date-time, required — When the card was created
    - `updated_at` string, date-time, required — When the card was updated
    - `assigned` boolean, required — Whether the Card is assigned.
    - `assigned_at` string, date-time, nullable, required — When the Card was assigned.
    - `activated_at` string, date-time, nullable, required — When the Card was activated.
    - `deactivated_at` string, date-time, nullable, required — When the Card was deactivated.
    - `activated` boolean, required — Whether the Card is activated.
    - `assigned_by_id` integer, nullable, required — The assigned_by ID of the card
    - `assigned_by` object — The assigned_by of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `user_id` integer, nullable, required — The user ID of the card
    - `user` object — The user of the card
      - `id` integer, required — The ID of the user
      - `resource_type` 'User', required — The resource type of the user
      - `email` string, email, required — The email of the user.
      - `name` string, required — The name of the user
    - `uid` string, required — The decoded value of the barcode.
    - `type` 'third_party_barcode', required — The type of the Card.
    - `model` 'credential-third-party-optical', required — The model of the Card.
    - `frequency` 'optical', required — The frequency.
    - `third_party` true, required — Whether the Card is manufactured by a third party, and not by Kisi.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
