{ "opencollection": "1.0.0", "info": { "name": "Census Activations REST Destinations Segments API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Segments", "type": "folder" }, "items": [ { "info": { "name": "List audience segments", "type": "http" }, "http": { "method": "GET", "url": "https://app.getcensus.com/api/v1/segments" }, "docs": "List audience segments" }, { "info": { "name": "Create a segment", "type": "http" }, "http": { "method": "POST", "url": "https://app.getcensus.com/api/v1/segments", "body": { "type": "json", "data": "{}" } }, "docs": "Create a segment" } ] } ], "bundled": true }