---
title: "Changes to GET /user/{userID}/card/{itemId}"
method: GET
path: "/user/{userID}/card/{itemId}"
---

# Changes to GET /user/{userID}/card/{itemId}

`GET /user/{userID}/card/{itemId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 14 of 50 revisions.

- **2024-11-28** `1046cf774ccf` — 7 warning, 14 info
- **2024-11-27** `818f9a4297e2` — 1 warning, 16 info
- **2024-09-13** `ec6c4abc9068` — 2 info
- **2024-09-10** `468b8b62b4d5` — 1 info
- **2024-08-29** `95f320b790fa` — 17 info
- **2024-08-27** `c021a80e7d68` — 3 warning
- **2024-08-13** `29758d301f27` — 3 info
- **2024-06-13** `1ebaf672aa38` — 3 warning, 4 info
- **2024-05-10** `44412f788f55` — 3 info
- **2024-05-10** `040b6711cee9` — 1 info
- **2024-05-08** `dd6d7f531b2c` — 2 info
- **2024-05-06** `cfa4b71927df` — 1 warning, 1 info
- **2024-02-21** `0433eeeb6bc3` — 1 info
- **2024-01-08** `8dfb44c77ea0` — 31 warning, 6 info

## Changes

- **2024-11-28** `1046cf774ccf` — 7 warning, 14 info
  - removed the optional property `company_employee_card/relation_user_id` from the response with the `200` status
  - removed the optional property `monetary_account/relation_user/all_company_employee_card/items/relation_user_id` from the response with the `200` status
  - removed the optional property `monetary_account/relation_user/company_employee_setting_adyen_card_transaction/relation_user_id` from the response with the `200` status
  - removed the optional property `monetary_account/relation_user/number_of_company_employee_card_receipt_pending` from the response with the `200` status
  - removed the optional property `monetary_account/share/relation_user/all_company_employee_card/items/relation_user_id` from the response with the `200` status
  - removed the optional property `monetary_account/share/relation_user/company_employee_setting_adyen_card_transaction/relation_user_id` from the response with the `200` status
  - removed the optional property `monetary_account/share/relation_user/number_of_company_employee_card_receipt_pending` from the response with the `200` status
  - added the optional property `company_employee_card/number_of_company_employee_card_receipt_pending` to the response with the `200` status
  - added the optional property `monetary_account/relation_user/all_company_employee_card/items/number_of_company_employee_card_receipt_pending` to the response with the `200` status
  - added the optional property `monetary_account/share/relation_user/all_company_employee_card/items/number_of_company_employee_card_receipt_pending` to the response with the `200` status
  - added the required write-only property `company_employee_card/pointer_counter_user` to the response with the `200` status
  - added the required write-only property `company_employee_card/pointer_monetary_account` to the response with the `200` status
  - added the required write-only property `monetary_account/relation_user/all_company_employee_card/items/pointer_counter_user` to the response with the `200` status
  - added the required write-only property `monetary_account/relation_user/all_company_employee_card/items/pointer_monetary_account` to the response with the `200` status
  - added the required write-only property `monetary_account/relation_user/company_employee_setting_adyen_card_transaction/pointer_counter_user` to the response with the `200` status
  - added the required write-only property `monetary_account/share/relation_user/all_company_employee_card/items/pointer_counter_user` to the response with the `200` status
  - added the required write-only property `monetary_account/share/relation_user/all_company_employee_card/items/pointer_monetary_account` to the response with the `200` status
  - added the required write-only property `monetary_account/share/relation_user/company_employee_setting_adyen_card_transaction/pointer_counter_user` to the response with the `200` status
  - removed the required write-only property `company_employee_card/alias` from the response with the `200` status
  - removed the required write-only property `monetary_account/relation_user/all_company_employee_card/items/alias` from the response with the `200` status
  - removed the required write-only property `monetary_account/share/relation_user/all_company_employee_card/items/alias` from the response with the `200` status
- **2024-11-27** `818f9a4297e2` — 1 warning, 16 info
  - removed the optional property `is_eligible_for_free_replacement` from the response with the `200` status
  - added the optional property `company_employee_card` to the response with the `200` status
  - added the optional property `first_line` to the response with the `200` status
  - added the optional property `is_card_eligible_for_free_replacement` to the response with the `200` status
  - added the optional property `monetary_account/relation_user/all_company_employee_card` to the response with the `200` status
  - added the optional property `monetary_account/relation_user/company_employee_setting_adyen_card_transaction` to the response with the `200` status
  - added the optional property `monetary_account/relation_user/number_of_company_employee_card_receipt_pending` to the response with the `200` status
  - added the optional property `monetary_account/share/relation_user/all_company_employee_card` to the response with the `200` status
  - added the optional property `monetary_account/share/relation_user/company_employee_setting_adyen_card_transaction` to the response with the `200` status
  - added the optional property `monetary_account/share/relation_user/number_of_company_employee_card_receipt_pending` to the response with the `200` status
  - added the optional property `pin_code_assignment/items/status` to the response with the `200` status
  - added the optional property `primary_account_numbers/items/type` to the response with the `200` status
  - added the optional property `product_sub_type` to the response with the `200` status
  - added the optional property `product_type` to the response with the `200` status
  - added the optional property `user_holder_id` to the response with the `200` status
  - added the optional property `user_owner_id` to the response with the `200` status
  - the response optional property `pin_code_assignment/items/routing_type` became not write-only for the status `200`
- **2024-09-13** `ec6c4abc9068` — 2 info
  - added the optional property `card_metal_member_since_date` to the response with the `200` status
  - added the optional property `is_limited_edition` to the response with the `200` status
- **2024-09-10** `468b8b62b4d5` — 1 info
  - added the optional property `card_generated_cvc2` to the response with the `200` status
- **2024-08-29** `95f320b790fa` — 17 info
  - added the optional property `monetary_account/MonetaryAccountCard` to the response with the `200` status
  - added the optional property `monetary_account/MonetaryAccountSwitchService` to the response with the `200` status
  - added the optional property `monetary_account/alias` to the response with the `200` status
  - added the optional property `monetary_account/all_auto_save_id` to the response with the `200` status
  - added the optional property `monetary_account/all_co_owner` to the response with the `200` status
  - added the optional property `monetary_account/balance` to the response with the `200` status
  - added the optional property `monetary_account/birdee_investment_portfolio` to the response with the `200` status
  - added the optional property `monetary_account/budget` to the response with the `200` status
  - added the optional property `monetary_account/co_owner_invite` to the response with the `200` status
  - added the optional property `monetary_account/fulfillments` to the response with the `200` status
  - added the optional property `monetary_account/monetary_account_profile` to the response with the `200` status
  - added the optional property `monetary_account/open_banking_account` to the response with the `200` status
  - added the optional property `monetary_account/reason` to the response with the `200` status
  - added the optional property `monetary_account/reason_description` to the response with the `200` status
  - added the optional property `monetary_account/relation_user` to the response with the `200` status
  - added the optional property `monetary_account/setting` to the response with the `200` status
  - added the optional property `monetary_account/share` to the response with the `200` status
- **2024-08-27** `c021a80e7d68` — 3 warning
  - removed the optional property `monetary_account/MonetaryAccountBank/credit_line` from the response with the `200` status
  - removed the optional property `monetary_account/MonetaryAccountExternal/credit_line` from the response with the `200` status
  - removed the optional property `monetary_account/MonetaryAccountJoint/credit_line` from the response with the `200` status
- **2024-08-13** `29758d301f27` — 3 info
  - added the optional property `monetary_account/MonetaryAccountBank/credit_line` to the response with the `200` status
  - added the optional property `monetary_account/MonetaryAccountExternal/credit_line` to the response with the `200` status
  - added the optional property `monetary_account/MonetaryAccountJoint/credit_line` to the response with the `200` status
- **2024-06-13** `1ebaf672aa38` — 3 warning, 4 info
  - removed the optional property `monetary_account/MonetaryAccountExternal/open_banking_account/provider_bank/is_audience_business_supported` from the response with the `200` status
  - removed the optional property `monetary_account/MonetaryAccountExternal/open_banking_account/provider_bank/is_audience_private_supported` from the response with the `200` status
  - removed the optional property `monetary_account/MonetaryAccountExternal/open_banking_account/provider_bank/status` from the response with the `200` status
  - added the optional property `monetary_account/MonetaryAccountExternal/open_banking_account/provider_bank/account_information_service_status` to the response with the `200` status
  - added the optional property `monetary_account/MonetaryAccountExternal/open_banking_account/provider_bank/audience_business_status` to the response with the `200` status
  - added the optional property `monetary_account/MonetaryAccountExternal/open_banking_account/provider_bank/audience_private_status` to the response with the `200` status
  - added the optional property `monetary_account/MonetaryAccountExternal/open_banking_account/provider_bank/payment_information_service_status` to the response with the `200` status
- **2024-05-10** `44412f788f55` — 3 info
  - added the optional property `monetary_account/MonetaryAccountExternal/open_banking_account/balance_available` to the response with the `200` status
  - added the optional property `monetary_account/MonetaryAccountExternal/open_banking_account/balance_booked` to the response with the `200` status
  - added the optional property `monetary_account/MonetaryAccountExternal/open_banking_account/status` to the response with the `200` status
- **2024-05-10** `040b6711cee9` — 1 info
  - added the optional property `monetary_account/MonetaryAccountExternal/open_banking_account` to the response with the `200` status
- **2024-05-08** `dd6d7f531b2c` — 2 info
  - added the optional write-only property `monetary_account/MonetaryAccountInvestment/amount_deposit_initial` to the response with the `200` status
  - added the optional write-only property `monetary_account/MonetaryAccountInvestment/monetary_account_deposit_initial_id` to the response with the `200` status
- **2024-05-06** `cfa4b71927df` — 1 warning, 1 info
  - the response required property `monetary_account/MonetaryAccountExternal/service` became not write-only for the status `200`
  - the response write-only property `monetary_account/MonetaryAccountExternal/service` became optional for the status `200`
- **2024-02-21** `0433eeeb6bc3` — 1 info
  - added the optional property `card_replacement` to the response with the `200` status
- **2024-01-08** `8dfb44c77ea0` — 31 warning, 6 info
  - removed the optional property `card_generated_cvc2` from the response with the `200` status
  - removed the optional property `card_metal_member_since_date` from the response with the `200` status
  - removed the optional property `card_replacement` from the response with the `200` status
  - removed the optional property `company_employee_card` from the response with the `200` status
  - removed the optional property `first_line` from the response with the `200` status
  - removed the optional property `is_card_eligible_for_free_replacement` from the response with the `200` status
  - removed the optional property `is_limited_edition` from the response with the `200` status
  - removed the optional property `monetary_account/MonetaryAccountCard` from the response with the `200` status
  - removed the optional property `monetary_account/MonetaryAccountExternal/open_banking_account` from the response with the `200` status
  - removed the optional property `monetary_account/MonetaryAccountSwitchService` from the response with the `200` status
  - removed the optional property `monetary_account/alias` from the response with the `200` status
  - removed the optional property `monetary_account/all_auto_save_id` from the response with the `200` status
  - removed the optional property `monetary_account/all_co_owner` from the response with the `200` status
  - removed the optional property `monetary_account/balance` from the response with the `200` status
  - removed the optional property `monetary_account/birdee_investment_portfolio` from the response with the `200` status
  - removed the optional property `monetary_account/budget` from the response with the `200` status
  - removed the optional property `monetary_account/co_owner_invite` from the response with the `200` status
  - removed the optional property `monetary_account/fulfillments` from the response with the `200` status
  - removed the optional property `monetary_account/monetary_account_profile` from the response with the `200` status
  - removed the optional property `monetary_account/open_banking_account` from the response with the `200` status
  - removed the optional property `monetary_account/reason` from the response with the `200` status
  - removed the optional property `monetary_account/reason_description` from the response with the `200` status
  - removed the optional property `monetary_account/relation_user` from the response with the `200` status
  - removed the optional property `monetary_account/setting` from the response with the `200` status
  - removed the optional property `monetary_account/share` from the response with the `200` status
  - removed the optional property `pin_code_assignment/items/status` from the response with the `200` status
  - removed the optional property `primary_account_numbers/items/type` from the response with the `200` status
  - removed the optional property `product_sub_type` from the response with the `200` status
  - removed the optional property `product_type` from the response with the `200` status
  - removed the optional property `user_holder_id` from the response with the `200` status
  - removed the optional property `user_owner_id` from the response with the `200` status
  - added the optional property `is_eligible_for_free_replacement` to the response with the `200` status
  - the response optional property `monetary_account/MonetaryAccountExternal/service` became write-only for the status `200`
  - the response optional property `pin_code_assignment/items/routing_type` became write-only for the status `200`
  - removed the optional write-only property `monetary_account/MonetaryAccountInvestment/amount_deposit_initial` from the response with the `200` status
  - removed the optional write-only property `monetary_account/MonetaryAccountInvestment/monetary_account_deposit_initial_id` from the response with the `200` status
  - the response property `monetary_account/MonetaryAccountExternal/service` became required for the status `200`

---

[Operation](https://skmtc.dev/bunq/apis/bunq-api/docs/user/:userID/card/:itemId/get.md) · [API](https://skmtc.dev/bunq/apis/bunq-api.md) · [Page](https://skmtc.dev/bunq/apis/bunq-api/changes/user/:userID/card/:itemId/get)
