{ "opencollection": "1.0.0", "info": { "name": "Apicbase Ingredients Suppliers API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://app.apicbase.com/oauth/authorize/", "accessTokenUrl": "https://api.apicbase.com/oauth/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Suppliers", "type": "folder" }, "items": [ { "info": { "name": "Get suppliers", "type": "http" }, "http": { "method": "GET", "url": "https://api.apicbase.com/api/v2/suppliers/", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results." }, { "name": "ordering", "value": "", "type": "query", "description": "Field to order results by." }, { "name": "company_name", "value": "", "type": "query" }, { "name": "email", "value": "", "type": "query" }, { "name": "vat_number", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of suppliers in the library." } ] } ], "bundled": true }