# Intel Product Catalogue Service **Provider:** Intel Product Catalogue Service **Category:** communication **Base URL:** `https://productapi.intel.com` **Auth:** api-key — `client_id: YOUR_API_KEY` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://productapi.intel.com ## Description This is the documentation for PIM Micro services. In order to use this tool you need to have Basic Auth credentials and a client id. If you dont have one, please make sure to request one by sending an email to the PIM MS team: [pim.360.team@intel.com](mailto:pim.360.team@intel.com?subject=PIMService ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://productapi.intel.com/api/products/get-codename` | 5. Get list of codename details for Intel products. | | GET | `https://productapi.intel.com/api/products/get-ordering-info` | 3. Get ordering info for product id's requested. | | GET | `https://productapi.intel.com/api/products/get-products` | 1. Find products by product id or category id | | GET | `https://productapi.intel.com/api/products/get-products-info` | 2. Get complete product info with product id. | ## Authentication API key in the request header (client_id) ``` client_id: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://productapi.intel.com/api/products/get-codename' \ -H 'client_id: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Intel developer account. Intel product specifications and catalog API. --- *Source: [API Map](https://apimap.dev/apis/intel-product-catalogue-service/) — CC BY 4.0*