{ "opencollection": "1.0.0", "info": { "name": "GrowthBook REST AnalyticsExplorations attributes API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "attributes", "type": "folder" }, "items": [ { "info": { "name": "Get the organization's attributes", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/attributes" }, "docs": "Get the organization's attributes" }, { "info": { "name": "Create a new attribute", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/attributes", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new attribute" }, { "info": { "name": "Update an attribute", "type": "http" }, "http": { "method": "PUT", "url": "https://api.growthbook.io/api/v1/attributes/:property", "params": [ { "name": "property", "value": "", "type": "path", "description": "The attribute property" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an attribute" }, { "info": { "name": "Deletes a single attribute", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.growthbook.io/api/v1/attributes/:property", "params": [ { "name": "property", "value": "", "type": "path", "description": "The attribute property" } ] }, "docs": "Deletes a single attribute" } ] } ], "bundled": true }