How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

PostHog platform_features API

The platform_features API from PostHog — 26 operation(s) for platform_features.

PostHog platform_features API is one of 139 APIs that PostHog publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, authentication docs, and an AsyncAPI specification.

This API exposes 47 operations across 26 paths, and defines 43 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://app.posthog.com/api.

47 operations 26 paths 43 schemas 6 DELETE21 GET6 PATCH9 POST5 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://app.posthog.com/api
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

PostHog platform_features API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (PersonalAPIKeyAuth).

Paths & Operations 47

Across 26 paths, the API surfaces 47 operations — 6 DELETE, 21 GET, 6 PATCH, 9 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.

platform_features 47
GET
/api/environments/{project_id}/approval_policies/
approval_policies_list 3 params → 200
POST
/api/environments/{project_id}/approval_policies/
approval_policies_create 1 param body → 201
GET
/api/environments/{project_id}/approval_policies/{id}/
approval_policies_retrieve 2 params → 200
PUT
/api/environments/{project_id}/approval_policies/{id}/
approval_policies_update 2 params body → 200
PATCH
/api/environments/{project_id}/approval_policies/{id}/
approval_policies_partial_update 2 params body → 200
DELETE
/api/environments/{project_id}/approval_policies/{id}/
approval_policies_destroy 2 params → 204
GET
/api/environments/{project_id}/change_requests/
change_requests_list 8 params → 200
GET
/api/environments/{project_id}/change_requests/{id}/
change_requests_retrieve 2 params → 200
POST
/api/environments/{project_id}/change_requests/{id}/approve/
Approve a change request. If quorum is reached, automatically applies the change immediately.
change_requests_approve_create 2 params body → 200
POST
/api/environments/{project_id}/change_requests/{id}/cancel/
Cancel a change request. Only the requester can cancel their own pending change request.
change_requests_cancel_create 2 params body → 200
POST
/api/environments/{project_id}/change_requests/{id}/reject/
Reject a change request.
change_requests_reject_create 2 params body → 200
GET
/api/organizations/
list 2 params → 200
POST
/api/organizations/
create body → 201
GET
/api/organizations/{id}/
retrieve 1 param → 200
PUT
/api/organizations/{id}/
update 1 param body → 200
PATCH
/api/organizations/{id}/
partial_update 1 param body → 200
DELETE
/api/organizations/{id}/
destroy 1 param → 204
GET
/api/organizations/{organization_id}/members/
members_list 4 params → 200
PUT
/api/organizations/{organization_id}/members/{user__uuid}/
members_update 2 params body → 200
PATCH
/api/organizations/{organization_id}/members/{user__uuid}/
members_partial_update 2 params body → 200
DELETE
/api/organizations/{organization_id}/members/{user__uuid}/
members_destroy 2 params → 204
GET
/api/organizations/{organization_id}/members/{user__uuid}/scoped_api_keys/
members_scoped_api_keys_retrieve 2 params → 200
GET
/api/organizations/{organization_id}/roles/
roles_list 3 params → 200
POST
/api/organizations/{organization_id}/roles/
roles_create 1 param body → 201
GET
/api/organizations/{organization_id}/roles/{id}/
roles_retrieve 2 params → 200
PUT
/api/organizations/{organization_id}/roles/{id}/
roles_update 2 params body → 200
PATCH
/api/organizations/{organization_id}/roles/{id}/
roles_partial_update 2 params body → 200
DELETE
/api/organizations/{organization_id}/roles/{id}/
roles_destroy 2 params → 204
GET
/api/organizations/{organization_id}/roles/{role_id}/role_memberships/
roles_role_memberships_list 4 params → 200
POST
/api/organizations/{organization_id}/roles/{role_id}/role_memberships/
roles_role_memberships_create 2 params body → 201
GET
/api/organizations/{organization_id}/roles/{role_id}/role_memberships/{id}/
roles_role_memberships_retrieve 3 params → 200
DELETE
/api/organizations/{organization_id}/roles/{role_id}/role_memberships/{id}/
roles_role_memberships_destroy 3 params → 204
GET
/api/organizations/{organization_id}/welcome/current/
Aggregated payload for the invited-user welcome screen.
welcome_current_retrieve 1 param → 200404
GET
/api/projects/{project_id}/activity_log/
activity_log_list 7 params → 200
GET
/api/projects/{project_id}/advanced_activity_logs/
advanced_activity_logs_list 15 params → 200
GET
/api/projects/{project_id}/advanced_activity_logs/available_filters/
advanced_activity_logs_available_filters_retrieve 1 param → 200
POST
/api/projects/{project_id}/advanced_activity_logs/export/
advanced_activity_logs_export_create 1 param body → 200
GET
/api/projects/{project_id}/comments/
comments_list 6 params → 200
POST
/api/projects/{project_id}/comments/
comments_create 1 param body → 201
GET
/api/projects/{project_id}/comments/{id}/
comments_retrieve 2 params → 200
PUT
/api/projects/{project_id}/comments/{id}/
comments_update 2 params body → 200
PATCH
/api/projects/{project_id}/comments/{id}/
comments_partial_update 2 params body → 200
DELETE
/api/projects/{project_id}/comments/{id}/
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
comments_destroy 2 params → 405
GET
/api/projects/{project_id}/comments/{id}/thread/
comments_thread_retrieve 2 params → 200
GET
/api/projects/{project_id}/comments/count/
comments_count_retrieve 1 param → 200
GET
/api/user_home_settings/{uuid}/
Get the authenticated user's pinned sidebar tabs and configured homepage for the current team. Pass @me as the UUID.
user_home_settings_retrieve 1 param → 200
PATCH
/api/user_home_settings/{uuid}/
Update the authenticated user's pinned sidebar tabs and/or homepage for the current team. Pass @me as the UUID. Send tabs to replace the pinned tab list, homepage to set the home destination (any Pos…
user_home_settings_partial_update 1 param body → 200

Schemas 43

The contract defines 43 schemas that model the data the API accepts and returns. The most detailed are PatchedOrganization (26 properties), Organization (26 properties), ChangeRequest (25 properties), Comment (13 properties). Each schema is shown below with its type and property counts.

_WelcomeInviter
object
2 properties 2 required
PatchedOrganizationMember
object
8 properties
PaginatedCommentList
object
3 properties 1 required
OrganizationMembershipLevelEnum
integer
1 - member 8 - administrator 15 - owner
NullEnum
_WelcomeTeamMember
object
5 properties 5 required
PatchedComment
object
13 properties
PaginatedApprovalPolicyList
object
4 properties 2 required
PatchedApprovalPolicy
object
12 properties
AvailableFiltersResponse
object
2 properties 2 required
ChangeRequest
object
25 properties 25 required
Comment
object
13 properties 5 required
PluginsAccessLevelEnum
integer
0 - none 3 - config 6 - install 9 - root
PaginatedRoleMembershipList
object
4 properties 2 required
PatchedRole
object
6 properties
_WelcomePopularDashboard
object
5 properties 5 required
OrganizationMember
object
8 properties 7 required
EffectiveMembershipLevelEnum
integer
PaginatedOrganizationList
object
4 properties 2 required
StaticFilters
object
4 properties 4 required
ChangeRequestStateEnum
string
pending - Pending approved - Approved (awaiting application) applied - Applied rejected - Rejected expired - Expired failed - Failed to apply
PatchedPinnedSceneTabs
object
2 properties
PaginatedActivityLogList
object
4 properties 2 required
DefaultExperimentStatsMethodEnum
string
bayesian - Bayesian frequentist - Frequentist
ApprovalPolicy
object
12 properties 6 required
PaginatedChangeRequestList
object
4 properties 2 required
_WelcomeSuggestedStep
object
5 properties 3 required
ActivityLog
object
12 properties 5 required
WelcomeResponse
object
8 properties 8 required
_WelcomeRecentActivity
object
5 properties 5 required
PinnedSceneTab
object
11 properties
RoleMembership
object
7 properties 7 required
Role
object
6 properties 6 required
UserBasic
object
9 properties 4 required
PaginatedRoleList
object
4 properties 2 required
LastActiveEnum
string
today - today thisweek - thisweek inactive - inactive never - never
BlankEnum
PinnedSceneTabs
object
2 properties
Organization
object
26 properties 17 required
RoleAtOrganizationEnum
string
engineering - Engineering data - Data product - Product Management founder - Founder leadership - Leadership marketing - Marketing sales - Sales / Success othe…
ValidationStatusEnum
string
valid - Valid invalid - Invalid expired - Expired stale - Stale (resource changed)
PatchedOrganization
object
26 properties
PaginatedOrganizationMemberList
object
4 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

posthog-platform-features-api-openapi.yml Raw ↑

Other APIs PostHog publishes across the network.

PostHog Capture API
PostHog Query API
PostHog Persons API
PostHog Feature Flags API
PostHog Experiments API
PostHog Insights API
PostHog Cohorts API
PostHog Annotations API
PostHog actions API
PostHog activity_log API
PostHog activity_logs API
PostHog advanced_activity_logs API
Where this information came from

This is an independent, third-party profile of PostHog platform_features API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.