### GET /products API endpoint for GET /products ```markdown ## GET /products ### Responses #### 200 - Success - Array of object - **id** (integer) - **name** (string) ### Example Usage ```bash curl -X GET "https://api.example.com/v1/products" ``` ``` -------------------------------- ### API Overview: Test YAML API A test API in YAML format ```yaml # Test YAML API # Version: 1.0.0 A test API in YAML format # Base URL: https://api.example.com/v1 ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.