# List of checkout agreements **GET /V1/carts/licence/list** List of checkout agreements. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Query parameters - **searchCriteria[filterGroups][0][filters][0][field]** (string) Field - **searchCriteria[filterGroups][0][filters][0][value]** (string) Value - **searchCriteria[filterGroups][0][filters][0][conditionType]** (string) Condition type - **searchCriteria[sortOrders][0][field]** (string) Sorting field. - **searchCriteria[sortOrders][0][direction]** (string) Sorting direction. - **searchCriteria[pageSize]** (integer) Page size. - **searchCriteria[currentPage]** (integer) Current page. ## 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)