{ "opencollection": "1.0.0", "info": { "name": "GrowthBook REST AnalyticsExplorations CustomFields API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "CustomFields", "type": "folder" }, "items": [ { "info": { "name": "Get all custom fields", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/custom-fields", "params": [ { "name": "projectId", "value": "", "type": "query" } ] }, "docs": "Get all custom fields" }, { "info": { "name": "Create a single customField", "type": "http" }, "http": { "method": "POST", "url": "https://api.growthbook.io/api/v1/custom-fields", "body": { "type": "json", "data": "{}" } }, "docs": "Create a single customField" }, { "info": { "name": "Get a single customField", "type": "http" }, "http": { "method": "GET", "url": "https://api.growthbook.io/api/v1/custom-fields/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a single customField" }, { "info": { "name": "Update a single customField", "type": "http" }, "http": { "method": "PUT", "url": "https://api.growthbook.io/api/v1/custom-fields/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a single customField" }, { "info": { "name": "Delete a single customField", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.growthbook.io/api/v1/custom-fields/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "index", "value": "", "type": "query" } ] }, "docs": "Delete a single customField" } ] } ], "bundled": true }