# Lists active checkout agreements **GET /V1/carts/licence** Lists active checkout agreements. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ## Responses ### 200 200 Success. #### Body: (array[object]) - **agreement_id** (integer) Agreement ID. - **name** (string) Agreement name. - **content** (string) Agreement content. - **content_height** (string) Agreement content height. Otherwise, null. - **checkbox_text** (string) Agreement checkbox text. - **is_active** (boolean) Agreement status. - **is_html** (boolean) * true - HTML. * false - plain text. - **mode** (integer) The agreement applied mode. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\CheckoutAgreements\Api\Data\AgreementInterface ### 401 401 Unauthorized #### Body: (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: (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)