{ "opencollection": "1.0.0", "info": { "name": "Ibotta Product API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Get a list of products based on query parameters.", "type": "http" }, "http": { "method": "POST", "url": "https://api.ibops.net/bex-api/openai/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a list of products based on the provided query parameters." } ] } ], "bundled": true }