{ "opencollection": "1.0.0", "info": { "name": "v0 App agent products API", "version": "0" }, "items": [ { "info": { "name": "products", "type": "folder" }, "items": [ { "info": { "name": "List Available Products", "type": "http" }, "http": { "method": "GET", "url": "https://api.v0.dev/v1/products", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves all available marketplace products that can be used with v0." } ] } ], "bundled": true }