{ "opencollection": "1.0.0", "info": { "name": "PostHog actions projects API", "version": "1.0.0" }, "items": [ { "info": { "name": "projects", "type": "folder" }, "items": [ { "info": { "name": "organizations_projects_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/organizations/:organization_id/projects/", "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": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Projects for the current organization." }, { "info": { "name": "organizations_projects_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/organizations/:organization_id/projects/", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Projects for the current organization." }, { "info": { "name": "organizations_projects_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/organizations/:organization_id/projects/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this project." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a project and its settings." }, { "info": { "name": "organizations_projects_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/organizations/:organization_id/projects/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this project." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Replace a project and its settings. Prefer the PATCH endpoint for partial updates — PUT requires every writable field to be provided." }, { "info": { "name": "organizations_projects_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/organizations/:organization_id/projects/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this project." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update one or more of a project's settings. Only the fields included in the request body are changed." }, { "info": { "name": "organizations_projects_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/organizations/:organization_id/projects/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this project." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Projects for the current organization." }, { "info": { "name": "organizations_projects_activity_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/organizations/:organization_id/projects/:id/activity/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this project." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ] }, "docs": "Projects for the current organization." }, { "info": { "name": "organizations_projects_add_product_intent_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/organizations/:organization_id/projects/:id/add_product_intent/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this project." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Projects for the current organization." }, { "info": { "name": "organizations_projects_change_organization_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/organizations/:organization_id/projects/:id/change_organization/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this project." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Projects for the current organization." }, { "info": { "name": "organizations_projects_complete_product_onboarding_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/organizations/:organization_id/projects/:id/complete_product_onboarding/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this project." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Projects for the current organization." }, { "info": { "name": "organizations_projects_delete_secret_token_backup_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/organizations/:organization_id/projects/:id/delete_secret_token_backup/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this project." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Projects for the current organization." }, { "info": { "name": "organizations_projects_generate_conversations_public_token_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/organizations/:organization_id/projects/:id/generate_conversations_public_token/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this project." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Projects for the current organization." }, { "info": { "name": "organizations_projects_is_generating_demo_data_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/organizations/:organization_id/projects/:id/is_generating_demo_data/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this project." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ] }, "docs": "Projects for the current organization." }, { "info": { "name": "organizations_projects_reset_token_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/organizations/:organization_id/projects/:id/reset_token/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this project." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Projects for the current organization." }, { "info": { "name": "organizations_projects_rotate_secret_token_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/organizations/:organization_id/projects/:id/rotate_secret_token/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this project." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Projects for the current organization." } ] } ], "bundled": true }