# Get all products **GET /products** ## Servers - Local development server: http://localhost:3000/api/v1 (Local development server) - Production server: https://referspecs-backend.onrender.com/api/v1 (Production server) ## Parameters ## Responses ### 200 A list of products #### Body: application/json (array[object]) - **id** (string) Unique identifier for the product (CUID) - **name** (string) Name of the product - **description** (string | null) Description of the product - **image** (string | null) URL of the product image - **price** (number(double)) Price of the product ### 500 Internal Server Error #### Body: application/json (object) - **message** (string) A message describing the error [Powered by Bump.sh](https://bump.sh)