# Return GiftCard Account cards **GET /V1/carts/{quoteId}/giftCards** Return GiftCard Account cards. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters #### Path parameters - **quoteId** (integer) ## Responses ### 200: 200 Success. #### Body Parameters: (object) - **gift_cards** (array[string]) Cards codes. - **gift_cards_amount** (number) Cards amount in quote currency. - **base_gift_cards_amount** (number) Cards amount in base currency. - **gift_cards_amount_used** (number) Cards amount used in quote currency. - **base_gift_cards_amount_used** (number) Cards amount used in base currency. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\GiftCardAccount\Api\Data\GiftCardAccountInterface ### 401: 401 Unauthorized #### Body Parameters: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default: Unexpected error #### Body Parameters: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)