{ "opencollection": "1.0.0", "info": { "name": "Brevo Contacts Agent Status Folders API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Folders", "type": "folder" }, "items": [ { "info": { "name": "Get all folders", "type": "http" }, "http": { "method": "GET", "url": "https://api.brevo.com/v3/contacts/folders", "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." } ] }, "docs": "Retrieves all folders used to organize contact lists." }, { "info": { "name": "Create a folder", "type": "http" }, "http": { "method": "POST", "url": "https://api.brevo.com/v3/contacts/folders", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new folder for organizing contact lists." } ] } ], "bundled": true }