# Provide the list of links for a specific product **GET /V1/products/{sku}/links/{type}** Provide the list of links for a specific product ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **sku** (string) - **type** (string) ## Responses ### 200 200 Success. #### Body: (array[object]) - **sku** (string) SKU - **link_type** (string) Link type - **linked_product_sku** (string) Linked product sku - **linked_product_type** (string) Linked product type (simple, virtual, etc) - **position** (integer) Linked item position - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Catalog\Api\Data\ProductLinkInterface ### 400 400 Bad Request #### 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)