# Get list of retailers products for renewal **GET /api/rest/v1/retailer/renew/products** This enpoint lists all product identifiers marked for renewal. ## Servers - https://content.winkelstraat.nl: https://content.winkelstraat.nl () ## Parameters ## Responses ### 200 List #### Headers - **Location** (string) URI of the created resource #### Body: application/json (object) - **products** (array[string]) ### 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 ### 406 Not Acceptable #### Body: application/json (object) - **code** (integer) HTTP status code - **message** (string) Message explaining the error ### 422 Unprocessable entity #### Body: application/json (object) - **code** (integer) HTTP status code - **message** (string) Message explaining the error [Powered by Bump.sh](https://bump.sh)