{ "opencollection": "1.0.0", "info": { "name": "Brevo Contacts Agent Status Categories API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Categories", "type": "folder" }, "items": [ { "info": { "name": "Return all categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.brevo.com/v3/categories", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per request." }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination." }, { "name": "ids", "value": "", "type": "query", "description": "Comma-separated list of category IDs to filter by." } ] }, "docs": "Retrieves all product categories in the eCommerce catalog." }, { "info": { "name": "Create or update a category", "type": "http" }, "http": { "method": "POST", "url": "https://api.brevo.com/v3/categories", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new product category or updates an existing one. If a category with the same ID exists, it will be updated." }, { "info": { "name": "Create or update categories in batch", "type": "http" }, "http": { "method": "POST", "url": "https://api.brevo.com/v3/categories/batch", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates multiple product categories in a single API call." } ] } ], "bundled": true }