{ "opencollection": "1.0.0", "info": { "name": "PostHog actions environments API", "version": "1.0.0" }, "items": [ { "info": { "name": "environments", "type": "folder" }, "items": [ { "info": { "name": "environments_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/environments/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated: use /api/environments/{id}/ instead." }, { "info": { "name": "environments_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/environments/", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated: use /api/environments/{id}/ instead." }, { "info": { "name": "environments_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated: use /api/environments/{id}/ instead." }, { "info": { "name": "environments_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated: use /api/environments/{id}/ instead." }, { "info": { "name": "environments_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated: use /api/environments/{id}/ instead." }, { "info": { "name": "environments_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated: use /api/environments/{id}/ instead." }, { "info": { "name": "environments_activity_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/activity/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ] }, "docs": "Deprecated: use /api/environments/{id}/ instead." }, { "info": { "name": "environments_add_product_intent_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/add_product_intent/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated: use /api/environments/{id}/ instead." }, { "info": { "name": "environments_complete_product_onboarding_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/complete_product_onboarding/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated: use /api/environments/{id}/ instead." }, { "info": { "name": "environments_default_evaluation_contexts_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/default_evaluation_contexts/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ] }, "docs": "Manage default evaluation contexts for a team." }, { "info": { "name": "environments_default_evaluation_contexts_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/default_evaluation_contexts/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Manage default evaluation contexts for a team." }, { "info": { "name": "environments_default_evaluation_contexts_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/default_evaluation_contexts/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ] }, "docs": "Manage default evaluation contexts for a team." }, { "info": { "name": "environments_default_release_conditions_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/default_release_conditions/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ] }, "docs": "Manage default release conditions for new feature flags in this team." }, { "info": { "name": "environments_default_release_conditions_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/default_release_conditions/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Manage default release conditions for new feature flags in this team." }, { "info": { "name": "environments_delete_secret_token_backup_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/delete_secret_token_backup/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deprecated: use /api/environments/{id}/ instead." }, { "info": { "name": "environments_event_ingestion_restrictions_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/event_ingestion_restrictions/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated: use /api/environments/{id}/ instead." }, { "info": { "name": "environments_experiments_config_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/experiments_config/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ] }, "docs": "Manage experiment configuration for this environment." }, { "info": { "name": "environments_experiments_config_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/experiments_config/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Manage experiment configuration for this environment." }, { "info": { "name": "environments_generate_conversations_public_token_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/generate_conversations_public_token/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deprecated: use /api/environments/{id}/ instead." }, { "info": { "name": "environments_is_generating_demo_data_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/is_generating_demo_data/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ] }, "docs": "Deprecated: use /api/environments/{id}/ instead." }, { "info": { "name": "environments_reset_token_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/reset_token/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deprecated: use /api/environments/{id}/ instead." }, { "info": { "name": "environments_rotate_secret_token_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/rotate_secret_token/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deprecated: use /api/environments/{id}/ instead." }, { "info": { "name": "environments_settings_as_of_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/environments/:id/settings_as_of/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this environment (aka team)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ] }, "docs": "Return the team settings as of the provided timestamp.\nQuery params:\n- at: ISO8601 datetime (required)\n- scope: optional, one or multiple keys to filter the returned settings" } ] } ], "bundled": true }