# Get a list of retailer products **GET /api/rest/v1/retailer/products** This endpoint allows you to get a paginated list of retailer products. Results are automatically filtered to only include enabled products belonging to the authenticated retailer. ## Servers - https://content.winkelstraat.nl: https://content.winkelstraat.nl () ## Parameters ### Query parameters - **search** (string) Filter products by additional search criteria. JSON-encoded object of field filters. Example: {"ean":[{"operator":"=","value":"1234567890123"}]} - **limit** (integer) Number of results per page - **page** (integer) Page number - **with_count** (boolean) Return the count of items in the response. Do not activate it on large catalogs, it can decrease performance. - **pagination_type** (string) Pagination method type ## Responses ### 200 Return retailer products paginated #### Body: application/json (object) - **_links** (object) - **current_page** (integer) Current page number - **_embedded** (object) ### 401 Authentication required #### Body: application/json (object) - **code** (integer) HTTP status code - **message** (string) Message explaining the error ### 403 Access forbidden #### Body: application/json (object) - **code** (integer) HTTP status code - **message** (string) Message explaining the error [Powered by Bump.sh](https://bump.sh)