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