# List products 📚 **GET /products/{segment_key}** Returns the list of products available to your corporation for a given segment, or for all segments at once (leave segment_key empty in that case) Only basic product information is provided by this endpoint, including product id. Full information is available through the *Fetch product information* endpoint ## Servers - https://api.ppe-analytics.com/api/v1: https://api.ppe-analytics.com/api/v1 () ## Authentication methods - Api key ## Parameters ### Path parameters - **segment_key** (string) The segment key of the product, as returned by list products endpoint. Leave empty for all segments ### Query parameters - **updated_after** (string) Product last update cutoff date, in format YYYY-MM-DD or YYYY-MM-DD HH:MM:SS ## Responses ### 200 Successfully returned products #### Body: application/json (object) - **status** (string) - **result** (object) ### 404 Unknown segment key #### Body: application/json (object) - **status** (string) - **message** (string) ### 403 Unauthorized segment #### Body: application/json (object) - **status** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)