Organizations
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
Retrieve
Required API key scopes
organization:readQuery parameters
- limitinteger
Number of results to return per page.
 - offsetinteger
The initial index from which to return the results.
 
Response
Request
GET  /api /organizationsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/
Response
Status 200
{"count": 123,"next": "http://api.example.org/accounts/?offset=400&limit=100","previous": "http://api.example.org/accounts/?offset=200&limit=100","results": [{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","name": "string","slug": "string","logo_media_id": "a5d9f2f1-d934-4d2e-bebe-4b3cdcd08a33","created_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","membership_level": 1,"plugins_access_level": 0,"teams": [{"property1": null,"property2": null}],"projects": [{"property1": null,"property2": null}],"available_product_features": [null],"is_member_join_email_enabled": true,"metadata": "string","customer_id": "string","enforce_2fa": true,"member_count": "string"}]}
Retrieve
Required API key scopes
organization:readQuery parameters
- limitinteger
Number of results to return per page.
 - offsetinteger
The initial index from which to return the results.
 
Response
Request
GET  /api /organizationsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/
Response
Status 200
{"count": 123,"next": "http://api.example.org/accounts/?offset=400&limit=100","previous": "http://api.example.org/accounts/?offset=200&limit=100","results": [{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","name": "string","slug": "string","logo_media_id": "a5d9f2f1-d934-4d2e-bebe-4b3cdcd08a33","created_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","membership_level": 1,"plugins_access_level": 0,"teams": [{"property1": null,"property2": null}],"projects": [{"property1": null,"property2": null}],"available_product_features": [null],"is_member_join_email_enabled": true,"metadata": "string","customer_id": "string","enforce_2fa": true,"member_count": "string"}]}
Create
Required API key scopes
organization:writeRequest parameters
- namestring
 - logo_media_idstring
 - is_member_join_email_enabledboolean
 - enforce_2faboolean
 
Response
Request
POST  /api /organizationsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/\-d name="string"
Response
Status 201
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","name": "string","slug": "string","logo_media_id": "a5d9f2f1-d934-4d2e-bebe-4b3cdcd08a33","created_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","membership_level": 1,"plugins_access_level": 0,"teams": [{"property1": null,"property2": null}],"projects": [{"property1": null,"property2": null}],"available_product_features": [null],"is_member_join_email_enabled": true,"metadata": "string","customer_id": "string","enforce_2fa": true,"member_count": "string"}
Create
Required API key scopes
organization:writeRequest parameters
- namestring
 - logo_media_idstring
 - is_member_join_email_enabledboolean
 - enforce_2faboolean
 
Response
Request
POST  /api /organizationsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/\-d name="string"
Response
Status 201
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","name": "string","slug": "string","logo_media_id": "a5d9f2f1-d934-4d2e-bebe-4b3cdcd08a33","created_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","membership_level": 1,"plugins_access_level": 0,"teams": [{"property1": null,"property2": null}],"projects": [{"property1": null,"property2": null}],"available_product_features": [null],"is_member_join_email_enabled": true,"metadata": "string","customer_id": "string","enforce_2fa": true,"member_count": "string"}
Retrieve
Required API key scopes
organization:readPath parameters
- idstring
A UUID string identifying this organization.
 
Response
Request
GET  /api /organizations /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:id/
Response
Status 200
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","name": "string","slug": "string","logo_media_id": "a5d9f2f1-d934-4d2e-bebe-4b3cdcd08a33","created_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","membership_level": 1,"plugins_access_level": 0,"teams": [{"property1": null,"property2": null}],"projects": [{"property1": null,"property2": null}],"available_product_features": [null],"is_member_join_email_enabled": true,"metadata": "string","customer_id": "string","enforce_2fa": true,"member_count": "string"}
Retrieve
Required API key scopes
organization:readPath parameters
- idstring
A UUID string identifying this organization.
 
Response
Request
GET  /api /organizations /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:id/
Response
Status 200
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","name": "string","slug": "string","logo_media_id": "a5d9f2f1-d934-4d2e-bebe-4b3cdcd08a33","created_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","membership_level": 1,"plugins_access_level": 0,"teams": [{"property1": null,"property2": null}],"projects": [{"property1": null,"property2": null}],"available_product_features": [null],"is_member_join_email_enabled": true,"metadata": "string","customer_id": "string","enforce_2fa": true,"member_count": "string"}
Update partial
Required API key scopes
organization:writePath parameters
- idstring
A UUID string identifying this organization.
 
Request parameters
- namestring
 - logo_media_idstring
 - is_member_join_email_enabledboolean
 - enforce_2faboolean
 
Response
Request
PATCH  /api /organizations /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:id/\-d name="string"
Response
Status 200
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","name": "string","slug": "string","logo_media_id": "a5d9f2f1-d934-4d2e-bebe-4b3cdcd08a33","created_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","membership_level": 1,"plugins_access_level": 0,"teams": [{"property1": null,"property2": null}],"projects": [{"property1": null,"property2": null}],"available_product_features": [null],"is_member_join_email_enabled": true,"metadata": "string","customer_id": "string","enforce_2fa": true,"member_count": "string"}
Update partial
Required API key scopes
organization:writePath parameters
- idstring
A UUID string identifying this organization.
 
Request parameters
- namestring
 - logo_media_idstring
 - is_member_join_email_enabledboolean
 - enforce_2faboolean
 
Response
Request
PATCH  /api /organizations /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:id/\-d name="string"
Response
Status 200
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","name": "string","slug": "string","logo_media_id": "a5d9f2f1-d934-4d2e-bebe-4b3cdcd08a33","created_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","membership_level": 1,"plugins_access_level": 0,"teams": [{"property1": null,"property2": null}],"projects": [{"property1": null,"property2": null}],"available_product_features": [null],"is_member_join_email_enabled": true,"metadata": "string","customer_id": "string","enforce_2fa": true,"member_count": "string"}
Delete
Required API key scopes
organization:writePath parameters
- idstring
A UUID string identifying this organization.
 
Request
DELETE  /api /organizations /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X DELETE \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:id/
Response
Status 204 No response body
Delete
Required API key scopes
organization:writePath parameters
- idstring
A UUID string identifying this organization.
 
Request
DELETE  /api /organizations /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X DELETE \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:id/
Response
Status 204 No response body
List all batch exports
Required API key scopes
batch_export:readPath parameters
- organization_idstring
 
Query parameters
- limitinteger
Number of results to return per page.
 - offsetinteger
The initial index from which to return the results.
 
Response
Request
GET  /api /organizations /:organization_id /batch_exportsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/batch_exports/
Response
Status 200
{"count": 123,"next": "http://api.example.org/accounts/?offset=400&limit=100","previous": "http://api.example.org/accounts/?offset=200&limit=100","results": [{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","team_id": 0,"name": "string","model": "events","destination": {"type": "S3","config": null},"interval": "hour","paused": true,"created_at": "2019-08-24T14:15:22Z","last_updated_at": "2019-08-24T14:15:22Z","last_paused_at": "2019-08-24T14:15:22Z","start_at": "2019-08-24T14:15:22Z","end_at": "2019-08-24T14:15:22Z","latest_runs": [{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","status": "Cancelled","records_completed": -2147483648,"latest_error": "string","data_interval_start": "2019-08-24T14:15:22Z","data_interval_end": "2019-08-24T14:15:22Z","cursor": "string","created_at": "2019-08-24T14:15:22Z","finished_at": "2019-08-24T14:15:22Z","last_updated_at": "2019-08-24T14:15:22Z","records_total_count": -2147483648,"batch_export": "0fa0a8a1-f280-4977-8bb4-bc7801a6902f"}],"hogql_query": "string","schema": null}]}
Create batch exports
Required API key scopes
batch_export:writePath parameters
- organization_idstring
 
Request parameters
- namestring
A human-readable name for this BatchExport.
 - model
Which model this BatchExport is exporting.
events- Eventspersons- Persons
 - destination
 - interval
 - pausedboolean
Whether this BatchExport is paused or not.
 - last_paused_atstring
The timestamp at which this BatchExport was last paused.
 - start_atstring
Time before which any Batch Export runs won't be triggered.
 - end_atstring
Time after which any Batch Export runs won't be triggered.
 - hogql_querystring
 
Response
Request
POST  /api /organizations /:organization_id /batch_exportsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/batch_exports/\-d name="string",\-d destination=undefined,\-d interval=undefined
Response
Status 201
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","team_id": 0,"name": "string","model": "events","destination": {"type": "S3","config": null},"interval": "hour","paused": true,"created_at": "2019-08-24T14:15:22Z","last_updated_at": "2019-08-24T14:15:22Z","last_paused_at": "2019-08-24T14:15:22Z","start_at": "2019-08-24T14:15:22Z","end_at": "2019-08-24T14:15:22Z","latest_runs": [{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","status": "Cancelled","records_completed": -2147483648,"latest_error": "string","data_interval_start": "2019-08-24T14:15:22Z","data_interval_end": "2019-08-24T14:15:22Z","cursor": "string","created_at": "2019-08-24T14:15:22Z","finished_at": "2019-08-24T14:15:22Z","last_updated_at": "2019-08-24T14:15:22Z","records_total_count": -2147483648,"batch_export": "0fa0a8a1-f280-4977-8bb4-bc7801a6902f"}],"hogql_query": "string","schema": null}
Retrieve batch exports
Required API key scopes
batch_export:readPath parameters
- idstring
A UUID string identifying this batch export.
 - organization_idstring
 
Response
Request
GET  /api /organizations /:organization_id /batch_exports /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/batch_exports/:id/
Response
Status 200
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","team_id": 0,"name": "string","model": "events","destination": {"type": "S3","config": null},"interval": "hour","paused": true,"created_at": "2019-08-24T14:15:22Z","last_updated_at": "2019-08-24T14:15:22Z","last_paused_at": "2019-08-24T14:15:22Z","start_at": "2019-08-24T14:15:22Z","end_at": "2019-08-24T14:15:22Z","latest_runs": [{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","status": "Cancelled","records_completed": -2147483648,"latest_error": "string","data_interval_start": "2019-08-24T14:15:22Z","data_interval_end": "2019-08-24T14:15:22Z","cursor": "string","created_at": "2019-08-24T14:15:22Z","finished_at": "2019-08-24T14:15:22Z","last_updated_at": "2019-08-24T14:15:22Z","records_total_count": -2147483648,"batch_export": "0fa0a8a1-f280-4977-8bb4-bc7801a6902f"}],"hogql_query": "string","schema": null}
Update batch exports
Required API key scopes
batch_export:writePath parameters
- idstring
A UUID string identifying this batch export.
 - organization_idstring
 
Request parameters
- namestring
A human-readable name for this BatchExport.
 - model
Which model this BatchExport is exporting.
events- Eventspersons- Persons
 - destination
 - interval
 - pausedboolean
Whether this BatchExport is paused or not.
 - last_paused_atstring
The timestamp at which this BatchExport was last paused.
 - start_atstring
Time before which any Batch Export runs won't be triggered.
 - end_atstring
Time after which any Batch Export runs won't be triggered.
 - hogql_querystring
 
Response
Request
PATCH  /api /organizations /:organization_id /batch_exports /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/batch_exports/:id/\-d team_id="integer"
Response
Status 200
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","team_id": 0,"name": "string","model": "events","destination": {"type": "S3","config": null},"interval": "hour","paused": true,"created_at": "2019-08-24T14:15:22Z","last_updated_at": "2019-08-24T14:15:22Z","last_paused_at": "2019-08-24T14:15:22Z","start_at": "2019-08-24T14:15:22Z","end_at": "2019-08-24T14:15:22Z","latest_runs": [{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","status": "Cancelled","records_completed": -2147483648,"latest_error": "string","data_interval_start": "2019-08-24T14:15:22Z","data_interval_end": "2019-08-24T14:15:22Z","cursor": "string","created_at": "2019-08-24T14:15:22Z","finished_at": "2019-08-24T14:15:22Z","last_updated_at": "2019-08-24T14:15:22Z","records_total_count": -2147483648,"batch_export": "0fa0a8a1-f280-4977-8bb4-bc7801a6902f"}],"hogql_query": "string","schema": null}
Delete batch exports
Required API key scopes
batch_export:writePath parameters
- idstring
A UUID string identifying this batch export.
 - organization_idstring
 
Request
DELETE  /api /organizations /:organization_id /batch_exports /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X DELETE \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/batch_exports/:id/
Response
Status 204 No response body
Create batch exports backfill
Trigger a backfill for a BatchExport.
Required API key scopes
batch_export:writePath parameters
- idstring
A UUID string identifying this batch export.
 - organization_idstring
 
Request parameters
- namestring
A human-readable name for this BatchExport.
 - model
Which model this BatchExport is exporting.
events- Eventspersons- Persons
 - destination
 - interval
 - pausedboolean
Whether this BatchExport is paused or not.
 - last_paused_atstring
The timestamp at which this BatchExport was last paused.
 - start_atstring
Time before which any Batch Export runs won't be triggered.
 - end_atstring
Time after which any Batch Export runs won't be triggered.
 - hogql_querystring
 
Request
POST  /api /organizations /:organization_id /batch_exports /:id /backfillexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/batch_exports/:id/backfill/\-d name="string",\-d destination=undefined,\-d interval=undefined
Response
Status 200 No response body
Retrieve batch exports logs
Path parameters
- idstring
A UUID string identifying this batch export.
 - organization_idstring
 
Request
GET  /api /organizations /:organization_id /batch_exports /:id /logsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/batch_exports/:id/logs/
Response
Status 200 No response body
Create batch exports pause
Pause a BatchExport.
Required API key scopes
batch_export:writePath parameters
- idstring
A UUID string identifying this batch export.
 - organization_idstring
 
Request parameters
- namestring
A human-readable name for this BatchExport.
 - model
Which model this BatchExport is exporting.
events- Eventspersons- Persons
 - destination
 - interval
 - pausedboolean
Whether this BatchExport is paused or not.
 - last_paused_atstring
The timestamp at which this BatchExport was last paused.
 - start_atstring
Time before which any Batch Export runs won't be triggered.
 - end_atstring
Time after which any Batch Export runs won't be triggered.
 - hogql_querystring
 
Request
POST  /api /organizations /:organization_id /batch_exports /:id /pauseexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/batch_exports/:id/pause/\-d name="string",\-d destination=undefined,\-d interval=undefined
Response
Status 200 No response body
Create batch exports unpause
Unpause a BatchExport.
Required API key scopes
batch_export:writePath parameters
- idstring
A UUID string identifying this batch export.
 - organization_idstring
 
Request parameters
- namestring
A human-readable name for this BatchExport.
 - model
Which model this BatchExport is exporting.
events- Eventspersons- Persons
 - destination
 - interval
 - pausedboolean
Whether this BatchExport is paused or not.
 - last_paused_atstring
The timestamp at which this BatchExport was last paused.
 - start_atstring
Time before which any Batch Export runs won't be triggered.
 - end_atstring
Time after which any Batch Export runs won't be triggered.
 - hogql_querystring
 
Request
POST  /api /organizations /:organization_id /batch_exports /:id /unpauseexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/batch_exports/:id/unpause/\-d name="string",\-d destination=undefined,\-d interval=undefined
Response
Status 200 No response body
List all domains
Required API key scopes
organization:readPath parameters
- organization_idstring
 
Query parameters
- limitinteger
Number of results to return per page.
 - offsetinteger
The initial index from which to return the results.
 
Response
Request
GET  /api /organizations /:organization_id /domainsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/domains/
Response
Status 200
{"count": 123,"next": "http://api.example.org/accounts/?offset=400&limit=100","previous": "http://api.example.org/accounts/?offset=200&limit=100","results": [{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","domain": "string","is_verified": true,"verified_at": "2019-08-24T14:15:22Z","verification_challenge": "string","jit_provisioning_enabled": true,"sso_enforcement": "string","has_saml": true,"saml_entity_id": "string","saml_acs_url": "string","saml_x509_cert": "string"}]}
Create domains
Required API key scopes
organization:writePath parameters
- organization_idstring
 
Request parameters
- domainstring
 - jit_provisioning_enabledboolean
 - sso_enforcementstring
 - saml_entity_idstring
 - saml_acs_urlstring
 - saml_x509_certstring
 
Response
Request
POST  /api /organizations /:organization_id /domainsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/domains/\-d domain="string"
Response
Status 201
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","domain": "string","is_verified": true,"verified_at": "2019-08-24T14:15:22Z","verification_challenge": "string","jit_provisioning_enabled": true,"sso_enforcement": "string","has_saml": true,"saml_entity_id": "string","saml_acs_url": "string","saml_x509_cert": "string"}
Retrieve domains
Required API key scopes
organization:readPath parameters
- idstring
A UUID string identifying this domain.
 - organization_idstring
 
Response
Request
GET  /api /organizations /:organization_id /domains /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/domains/:id/
Response
Status 200
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","domain": "string","is_verified": true,"verified_at": "2019-08-24T14:15:22Z","verification_challenge": "string","jit_provisioning_enabled": true,"sso_enforcement": "string","has_saml": true,"saml_entity_id": "string","saml_acs_url": "string","saml_x509_cert": "string"}
Update domains
Required API key scopes
organization:writePath parameters
- idstring
A UUID string identifying this domain.
 - organization_idstring
 
Request parameters
- domainstring
 - jit_provisioning_enabledboolean
 - sso_enforcementstring
 - saml_entity_idstring
 - saml_acs_urlstring
 - saml_x509_certstring
 
Response
Request
PATCH  /api /organizations /:organization_id /domains /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/domains/:id/\-d domain="string"
Response
Status 200
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","domain": "string","is_verified": true,"verified_at": "2019-08-24T14:15:22Z","verification_challenge": "string","jit_provisioning_enabled": true,"sso_enforcement": "string","has_saml": true,"saml_entity_id": "string","saml_acs_url": "string","saml_x509_cert": "string"}
Delete domains
Required API key scopes
organization:writePath parameters
- idstring
A UUID string identifying this domain.
 - organization_idstring
 
Request
DELETE  /api /organizations /:organization_id /domains /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X DELETE \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/domains/:id/
Response
Status 204 No response body
Create domains verify
Path parameters
- idstring
A UUID string identifying this domain.
 - organization_idstring
 
Request parameters
- domainstring
 - jit_provisioning_enabledboolean
 - sso_enforcementstring
 - saml_entity_idstring
 - saml_acs_urlstring
 - saml_x509_certstring
 
Request
POST  /api /organizations /:organization_id /domains /:id /verifyexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/domains/:id/verify/\-d domain="string"
Response
Status 200 No response body
List all invites
Required API key scopes
organization_member:readPath parameters
- organization_idstring
 
Query parameters
- limitinteger
Number of results to return per page.
 - offsetinteger
The initial index from which to return the results.
 
Response
Request
GET  /api /organizations /:organization_id /invitesexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/invites/
Response
Status 200
{"count": 123,"next": "http://api.example.org/accounts/?offset=400&limit=100","previous": "http://api.example.org/accounts/?offset=200&limit=100","results": [{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","target_email": "user@example.com","first_name": "string","emailing_attempt_made": true,"level": 1,"is_expired": true,"created_by": {"id": 0,"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","distinct_id": "string","first_name": "string","last_name": "string","email": "user@example.com","is_email_verified": true,"hedgehog_config": {"property1": null,"property2": null}},"created_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","message": "string","private_project_access": null,"send_email": true}]}
Create invites
Required API key scopes
organization_member:writePath parameters
- organization_idstring
 
Request parameters
- target_emailstring
 - first_namestring
 - level
 - messagestring
 - private_project_access
List of team IDs and corresponding access levels to private projects.
 - send_emailbooleanDefault:
 
Response
Request
POST  /api /organizations /:organization_id /invitesexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/invites/\-d target_email="string"
Response
Status 201
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","target_email": "user@example.com","first_name": "string","emailing_attempt_made": true,"level": 1,"is_expired": true,"created_by": {"id": 0,"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","distinct_id": "string","first_name": "string","last_name": "string","email": "user@example.com","is_email_verified": true,"hedgehog_config": {"property1": null,"property2": null}},"created_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","message": "string","private_project_access": null,"send_email": true}
Delete invites
Required API key scopes
organization_member:writePath parameters
- idstring
A UUID string identifying this organization invite.
 - organization_idstring
 
Request
DELETE  /api /organizations /:organization_id /invites /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X DELETE \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/invites/:id/
Response
Status 204 No response body
Create invites bulk
Required API key scopes
organization_member:writePath parameters
- organization_idstring
 
Request parameters
- target_emailstring
 - first_namestring
 - level
 - messagestring
 - private_project_access
List of team IDs and corresponding access levels to private projects.
 - send_emailbooleanDefault:
 
Request
POST  /api /organizations /:organization_id /invites /bulkexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/invites/bulk/\-d target_email="string"
Response
Status 200 No response body
List all members
Required API key scopes
organization_member:readPath parameters
- organization_idstring
 
Query parameters
- limitinteger
Number of results to return per page.
 - offsetinteger
The initial index from which to return the results.
 
Response
Request
GET  /api /organizations /:organization_id /membersexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/members/
Response
Status 200
{"count": 123,"next": "http://api.example.org/accounts/?offset=400&limit=100","previous": "http://api.example.org/accounts/?offset=200&limit=100","results": [{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","user": {"id": 0,"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","distinct_id": "string","first_name": "string","last_name": "string","email": "user@example.com","is_email_verified": true,"hedgehog_config": {"property1": null,"property2": null}},"level": 1,"joined_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","is_2fa_enabled": true,"has_social_auth": true,"last_login": "2019-08-24T14:15:22Z"}]}
Update members
Required API key scopes
organization_member:writePath parameters
- organization_idstring
 - user__uuidstring
 
Request parameters
- level
 
Response
Request
PATCH  /api /organizations /:organization_id /members /:user__uuidexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/members/:user__uuid/\-d user=undefined
Response
Status 200
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","user": {"id": 0,"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","distinct_id": "string","first_name": "string","last_name": "string","email": "user@example.com","is_email_verified": true,"hedgehog_config": {"property1": null,"property2": null}},"level": 1,"joined_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","is_2fa_enabled": true,"has_social_auth": true,"last_login": "2019-08-24T14:15:22Z"}
Delete members
Required API key scopes
organization_member:writePath parameters
- organization_idstring
 - user__uuidstring
 
Request
DELETE  /api /organizations /:organization_id /members /:user__uuidexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X DELETE \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/members/:user__uuid/
Response
Status 204 No response body
List all pipeline destinations
Required API key scopes
plugin:readPath parameters
- organization_idstring
 
Query parameters
- limitinteger
Number of results to return per page.
 - offsetinteger
The initial index from which to return the results.
 
Response
Request
GET  /api /organizations /:organization_id /pipeline_destinationsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_destinations/
Response
Status 200
{"count": 123,"next": "http://api.example.org/accounts/?offset=400&limit=100","previous": "http://api.example.org/accounts/?offset=200&limit=100","results": [{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}]}
Create pipeline destinations
Required API key scopes
plugin:writePath parameters
- organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Response
Request
POST  /api /organizations /:organization_id /pipeline_destinationsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_destinations/\-d plugin_type=undefined
Response
Status 201
{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}
Retrieve pipeline destinations
Required API key scopes
plugin:readPath parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Response
Request
GET  /api /organizations /:organization_id /pipeline_destinations /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_destinations/:id/
Response
Status 200
{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}
Update pipeline destinations
Required API key scopes
plugin:writePath parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Response
Request
PATCH  /api /organizations /:organization_id /pipeline_destinations /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_destinations/:id/\-d plugin_type=undefined
Response
Status 200
{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}
Delete pipeline destinations
Required API key scopes
plugin:writePath parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request
DELETE  /api /organizations /:organization_id /pipeline_destinations /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X DELETE \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_destinations/:id/
Response
Status 204 No response body
Retrieve pipeline destinations check for updates
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_destinations /:id /check_for_updatesexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_destinations/:id/check_for_updates/
Response
Status 200 No response body
Retrieve pipeline destinations source
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_destinations /:id /sourceexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_destinations/:id/source/
Response
Status 200 No response body
Update pipeline destinations update source
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Request
PATCH  /api /organizations /:organization_id /pipeline_destinations /:id /update_sourceexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_destinations/:id/update_source/\-d plugin_type=undefined
Response
Status 200 No response body
Create pipeline destinations upgrade
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Request
POST  /api /organizations /:organization_id /pipeline_destinations /:id /upgradeexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_destinations/:id/upgrade/\-d plugin_type=undefined
Response
Status 200 No response body
Retrieve pipeline destinations activity
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_destinations /activityexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_destinations/activity/
Response
Status 200 No response body
Retrieve pipeline destinations exports unsubscribe configs
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_destinations /exports_unsubscribe_configsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_destinations/exports_unsubscribe_configs/
Response
Status 200 No response body
Retrieve pipeline destinations repository
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_destinations /repositoryexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_destinations/repository/
Response
Status 200 No response body
Retrieve pipeline destinations unused
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_destinations /unusedexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_destinations/unused/
Response
Status 200 No response body
List all pipeline frontend apps
Required API key scopes
plugin:readPath parameters
- organization_idstring
 
Query parameters
- limitinteger
Number of results to return per page.
 - offsetinteger
The initial index from which to return the results.
 
Response
Request
GET  /api /organizations /:organization_id /pipeline_frontend_appsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_frontend_apps/
Response
Status 200
{"count": 123,"next": "http://api.example.org/accounts/?offset=400&limit=100","previous": "http://api.example.org/accounts/?offset=200&limit=100","results": [{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}]}
Create pipeline frontend apps
Required API key scopes
plugin:writePath parameters
- organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Response
Request
POST  /api /organizations /:organization_id /pipeline_frontend_appsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_frontend_apps/\-d plugin_type=undefined
Response
Status 201
{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}
Retrieve pipeline frontend apps
Required API key scopes
plugin:readPath parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Response
Request
GET  /api /organizations /:organization_id /pipeline_frontend_apps /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_frontend_apps/:id/
Response
Status 200
{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}
Update pipeline frontend apps
Required API key scopes
plugin:writePath parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Response
Request
PATCH  /api /organizations /:organization_id /pipeline_frontend_apps /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_frontend_apps/:id/\-d plugin_type=undefined
Response
Status 200
{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}
Delete pipeline frontend apps
Required API key scopes
plugin:writePath parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request
DELETE  /api /organizations /:organization_id /pipeline_frontend_apps /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X DELETE \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_frontend_apps/:id/
Response
Status 204 No response body
Retrieve pipeline frontend apps check for updates
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_frontend_apps /:id /check_for_updatesexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_frontend_apps/:id/check_for_updates/
Response
Status 200 No response body
Retrieve pipeline frontend apps source
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_frontend_apps /:id /sourceexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_frontend_apps/:id/source/
Response
Status 200 No response body
Update pipeline frontend apps update source
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Request
PATCH  /api /organizations /:organization_id /pipeline_frontend_apps /:id /update_sourceexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_frontend_apps/:id/update_source/\-d plugin_type=undefined
Response
Status 200 No response body
Create pipeline frontend apps upgrade
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Request
POST  /api /organizations /:organization_id /pipeline_frontend_apps /:id /upgradeexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_frontend_apps/:id/upgrade/\-d plugin_type=undefined
Response
Status 200 No response body
Retrieve pipeline frontend apps activity
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_frontend_apps /activityexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_frontend_apps/activity/
Response
Status 200 No response body
Retrieve pipeline frontend apps exports unsubscribe configs
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_frontend_apps /exports_unsubscribe_configsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_frontend_apps/exports_unsubscribe_configs/
Response
Status 200 No response body
Retrieve pipeline frontend apps repository
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_frontend_apps /repositoryexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_frontend_apps/repository/
Response
Status 200 No response body
Retrieve pipeline frontend apps unused
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_frontend_apps /unusedexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_frontend_apps/unused/
Response
Status 200 No response body
List all pipeline import apps
Required API key scopes
plugin:readPath parameters
- organization_idstring
 
Query parameters
- limitinteger
Number of results to return per page.
 - offsetinteger
The initial index from which to return the results.
 
Response
Request
GET  /api /organizations /:organization_id /pipeline_import_appsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_import_apps/
Response
Status 200
{"count": 123,"next": "http://api.example.org/accounts/?offset=400&limit=100","previous": "http://api.example.org/accounts/?offset=200&limit=100","results": [{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}]}
Create pipeline import apps
Required API key scopes
plugin:writePath parameters
- organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Response
Request
POST  /api /organizations /:organization_id /pipeline_import_appsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_import_apps/\-d plugin_type=undefined
Response
Status 201
{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}
Retrieve pipeline import apps
Required API key scopes
plugin:readPath parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Response
Request
GET  /api /organizations /:organization_id /pipeline_import_apps /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_import_apps/:id/
Response
Status 200
{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}
Update pipeline import apps
Required API key scopes
plugin:writePath parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Response
Request
PATCH  /api /organizations /:organization_id /pipeline_import_apps /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_import_apps/:id/\-d plugin_type=undefined
Response
Status 200
{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}
Delete pipeline import apps
Required API key scopes
plugin:writePath parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request
DELETE  /api /organizations /:organization_id /pipeline_import_apps /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X DELETE \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_import_apps/:id/
Response
Status 204 No response body
Retrieve pipeline import apps check for updates
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_import_apps /:id /check_for_updatesexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_import_apps/:id/check_for_updates/
Response
Status 200 No response body
Retrieve pipeline import apps source
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_import_apps /:id /sourceexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_import_apps/:id/source/
Response
Status 200 No response body
Update pipeline import apps update source
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Request
PATCH  /api /organizations /:organization_id /pipeline_import_apps /:id /update_sourceexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_import_apps/:id/update_source/\-d plugin_type=undefined
Response
Status 200 No response body
Create pipeline import apps upgrade
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Request
POST  /api /organizations /:organization_id /pipeline_import_apps /:id /upgradeexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_import_apps/:id/upgrade/\-d plugin_type=undefined
Response
Status 200 No response body
Retrieve pipeline import apps activity
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_import_apps /activityexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_import_apps/activity/
Response
Status 200 No response body
Retrieve pipeline import apps exports unsubscribe configs
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_import_apps /exports_unsubscribe_configsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_import_apps/exports_unsubscribe_configs/
Response
Status 200 No response body
Retrieve pipeline import apps repository
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_import_apps /repositoryexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_import_apps/repository/
Response
Status 200 No response body
Retrieve pipeline import apps unused
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_import_apps /unusedexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_import_apps/unused/
Response
Status 200 No response body
List all pipeline transformations
Required API key scopes
plugin:readPath parameters
- organization_idstring
 
Query parameters
- limitinteger
Number of results to return per page.
 - offsetinteger
The initial index from which to return the results.
 
Response
Request
GET  /api /organizations /:organization_id /pipeline_transformationsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_transformations/
Response
Status 200
{"count": 123,"next": "http://api.example.org/accounts/?offset=400&limit=100","previous": "http://api.example.org/accounts/?offset=200&limit=100","results": [{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}]}
Create pipeline transformations
Required API key scopes
plugin:writePath parameters
- organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Response
Request
POST  /api /organizations /:organization_id /pipeline_transformationsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_transformations/\-d plugin_type=undefined
Response
Status 201
{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}
Retrieve pipeline transformations
Required API key scopes
plugin:readPath parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Response
Request
GET  /api /organizations /:organization_id /pipeline_transformations /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_transformations/:id/
Response
Status 200
{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}
Update pipeline transformations
Required API key scopes
plugin:writePath parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Response
Request
PATCH  /api /organizations /:organization_id /pipeline_transformations /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_transformations/:id/\-d plugin_type=undefined
Response
Status 200
{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}
Delete pipeline transformations
Required API key scopes
plugin:writePath parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request
DELETE  /api /organizations /:organization_id /pipeline_transformations /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X DELETE \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_transformations/:id/
Response
Status 204 No response body
Retrieve pipeline transformations check for updates
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_transformations /:id /check_for_updatesexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_transformations/:id/check_for_updates/
Response
Status 200 No response body
Retrieve pipeline transformations source
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_transformations /:id /sourceexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_transformations/:id/source/
Response
Status 200 No response body
Update pipeline transformations update source
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Request
PATCH  /api /organizations /:organization_id /pipeline_transformations /:id /update_sourceexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_transformations/:id/update_source/\-d plugin_type=undefined
Response
Status 200 No response body
Create pipeline transformations upgrade
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Request
POST  /api /organizations /:organization_id /pipeline_transformations /:id /upgradeexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_transformations/:id/upgrade/\-d plugin_type=undefined
Response
Status 200 No response body
Retrieve pipeline transformations activity
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_transformations /activityexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_transformations/activity/
Response
Status 200 No response body
Retrieve pipeline transformations exports unsubscribe configs
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_transformations /exports_unsubscribe_configsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_transformations/exports_unsubscribe_configs/
Response
Status 200 No response body
Retrieve pipeline transformations repository
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_transformations /repositoryexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_transformations/repository/
Response
Status 200 No response body
Retrieve pipeline transformations unused
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /pipeline_transformations /unusedexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/pipeline_transformations/unused/
Response
Status 200 No response body
List all plugins
Required API key scopes
plugin:readPath parameters
- organization_idstring
 
Query parameters
- limitinteger
Number of results to return per page.
 - offsetinteger
The initial index from which to return the results.
 
Response
Request
GET  /api /organizations /:organization_id /pluginsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/plugins/
Response
Status 200
{"count": 123,"next": "http://api.example.org/accounts/?offset=400&limit=100","previous": "http://api.example.org/accounts/?offset=200&limit=100","results": [{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}]}
Create plugins
Required API key scopes
plugin:writePath parameters
- organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Response
Request
POST  /api /organizations /:organization_id /pluginsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/plugins/\-d plugin_type=undefined
Response
Status 201
{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}
Retrieve plugins
Required API key scopes
plugin:readPath parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Response
Request
GET  /api /organizations /:organization_id /plugins /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/plugins/:id/
Response
Status 200
{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}
Update plugins
Required API key scopes
plugin:writePath parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Response
Request
PATCH  /api /organizations /:organization_id /plugins /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/plugins/:id/\-d plugin_type=undefined
Response
Status 200
{"id": 0,"plugin_type": "local","name": "string","description": "string","url": "string","icon": "string","config_schema": null,"tag": "string","latest_tag": "string","is_global": true,"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6","organization_name": "string","capabilities": null,"metrics": null,"public_jobs": null,"hog_function_migration_available": "string"}
Delete plugins
Required API key scopes
plugin:writePath parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request
DELETE  /api /organizations /:organization_id /plugins /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X DELETE \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/plugins/:id/
Response
Status 204 No response body
Retrieve plugins check for updates
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request
GET  /api /organizations /:organization_id /plugins /:id /check_for_updatesexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/plugins/:id/check_for_updates/
Response
Status 200 No response body
Retrieve plugins source
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request
GET  /api /organizations /:organization_id /plugins /:id /sourceexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/plugins/:id/source/
Response
Status 200 No response body
Update plugins update source
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Request
PATCH  /api /organizations /:organization_id /plugins /:id /update_sourceexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/plugins/:id/update_source/\-d plugin_type=undefined
Response
Status 200 No response body
Create plugins upgrade
Path parameters
- idinteger
A unique integer value identifying this plugin.
 - organization_idstring
 
Request parameters
- plugin_type
 - namestring
 - descriptionstring
 - iconstring
 - config_schema
 - tagstring
 - is_globalboolean
 - capabilities
 - metrics
 - public_jobs
 
Request
POST  /api /organizations /:organization_id /plugins /:id /upgradeexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/plugins/:id/upgrade/\-d plugin_type=undefined
Response
Status 200 No response body
Retrieve plugins activity
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /plugins /activityexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/plugins/activity/
Response
Status 200 No response body
Retrieve plugins exports unsubscribe configs
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /plugins /exports_unsubscribe_configsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/plugins/exports_unsubscribe_configs/
Response
Status 200 No response body
Retrieve plugins repository
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /plugins /repositoryexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/plugins/repository/
Response
Status 200 No response body
Retrieve plugins unused
Path parameters
- organization_idstring
 
Request
GET  /api /organizations /:organization_id /plugins /unusedexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/plugins/unused/
Response
Status 200 No response body
Retrieve list
Projects for the current organization.
Required API key scopes
project:readPath parameters
- organization_idstring
 
Query parameters
- limitinteger
Number of results to return per page.
 - offsetinteger
The initial index from which to return the results.
 
Response
Request
GET  /api /organizations /:organization_id /projectsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/projects/
Response
Status 200
{"count": 123,"next": "http://api.example.org/accounts/?offset=400&limit=100","previous": "http://api.example.org/accounts/?offset=200&limit=100","results": [{"id": 0,"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","organization": "452c1a86-a0af-475b-b03f-724878b0f387","api_token": "string","name": "string","completed_snippet_onboarding": true,"has_completed_onboarding_for": null,"ingested_event": true,"is_demo": true,"timezone": "Africa/Abidjan","access_control": true}]}
Create create
Projects for the current organization.
Required API key scopes
project:writePath parameters
- organization_idstring
 
Request parameters
- namestring
 - app_urlsarray
 - slack_incoming_webhookstring
 - anonymize_ipsboolean
 - completed_snippet_onboardingboolean
 - test_account_filters
 - test_account_filters_default_checkedboolean
 - path_cleaning_filters
 - is_demoboolean
 - timezone
 - data_attributes
 - person_display_name_propertiesarray
 - correlation_config
 - autocapture_opt_outboolean
 - autocapture_exceptions_opt_inboolean
 - autocapture_web_vitals_opt_inboolean
 - autocapture_web_vitals_allowed_metrics
 - autocapture_exceptions_errors_to_ignore
 - capture_console_log_opt_inboolean
 - capture_performance_opt_inboolean
 - session_recording_opt_inboolean
 - session_recording_sample_ratestring
 - session_recording_minimum_duration_millisecondsinteger
 - session_recording_linked_flag
 - session_recording_network_payload_capture_config
 - session_replay_config
 - access_controlboolean
 - week_start_day
 - primary_dashboardinteger
 - live_events_columnsarray
 - recording_domainsarray
 - inject_web_appsboolean
 - extra_settings
 - modifiers
 - has_completed_onboarding_for
 - surveys_opt_inboolean
 - heatmaps_opt_inboolean
 
Response
Request
POST  /api /organizations /:organization_id /projectsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/projects/\-d organization="string"
Response
Status 201
{"id": 0,"organization": "452c1a86-a0af-475b-b03f-724878b0f387","name": "string","created_at": "2019-08-24T14:15:22Z","effective_membership_level": 1,"has_group_types": true,"live_events_token": "string","updated_at": "2019-08-24T14:15:22Z","uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","api_token": "string","app_urls": ["string"],"slack_incoming_webhook": "string","anonymize_ips": true,"completed_snippet_onboarding": true,"ingested_event": true,"test_account_filters": null,"test_account_filters_default_checked": true,"path_cleaning_filters": null,"is_demo": true,"timezone": "Africa/Abidjan","data_attributes": null,"person_display_name_properties": ["string"],"correlation_config": null,"autocapture_opt_out": true,"autocapture_exceptions_opt_in": true,"autocapture_web_vitals_opt_in": true,"autocapture_web_vitals_allowed_metrics": null,"autocapture_exceptions_errors_to_ignore": null,"capture_console_log_opt_in": true,"capture_performance_opt_in": true,"session_recording_opt_in": true,"session_recording_sample_rate": "string","session_recording_minimum_duration_milliseconds": 15000,"session_recording_linked_flag": null,"session_recording_network_payload_capture_config": null,"session_replay_config": null,"access_control": true,"week_start_day": 0,"primary_dashboard": 0,"live_events_columns": ["string"],"recording_domains": ["string"],"person_on_events_querying_enabled": "string","inject_web_apps": true,"extra_settings": null,"modifiers": null,"default_modifiers": "string","has_completed_onboarding_for": null,"surveys_opt_in": true,"heatmaps_opt_in": true,"product_intents": "string"}
Retrieve retrieve
Projects for the current organization.
Required API key scopes
project:readPath parameters
- idinteger
A unique value identifying this project.
 - organization_idstring
 
Response
Request
GET  /api /organizations /:organization_id /projects /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/projects/:id/
Response
Status 200
{"id": 0,"organization": "452c1a86-a0af-475b-b03f-724878b0f387","name": "string","created_at": "2019-08-24T14:15:22Z","effective_membership_level": 1,"has_group_types": true,"live_events_token": "string","updated_at": "2019-08-24T14:15:22Z","uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","api_token": "string","app_urls": ["string"],"slack_incoming_webhook": "string","anonymize_ips": true,"completed_snippet_onboarding": true,"ingested_event": true,"test_account_filters": null,"test_account_filters_default_checked": true,"path_cleaning_filters": null,"is_demo": true,"timezone": "Africa/Abidjan","data_attributes": null,"person_display_name_properties": ["string"],"correlation_config": null,"autocapture_opt_out": true,"autocapture_exceptions_opt_in": true,"autocapture_web_vitals_opt_in": true,"autocapture_web_vitals_allowed_metrics": null,"autocapture_exceptions_errors_to_ignore": null,"capture_console_log_opt_in": true,"capture_performance_opt_in": true,"session_recording_opt_in": true,"session_recording_sample_rate": "string","session_recording_minimum_duration_milliseconds": 15000,"session_recording_linked_flag": null,"session_recording_network_payload_capture_config": null,"session_replay_config": null,"access_control": true,"week_start_day": 0,"primary_dashboard": 0,"live_events_columns": ["string"],"recording_domains": ["string"],"person_on_events_querying_enabled": "string","inject_web_apps": true,"extra_settings": null,"modifiers": null,"default_modifiers": "string","has_completed_onboarding_for": null,"surveys_opt_in": true,"heatmaps_opt_in": true,"product_intents": "string"}
Update partial update
Projects for the current organization.
Required API key scopes
project:writePath parameters
- idinteger
A unique value identifying this project.
 - organization_idstring
 
Request parameters
- namestring
 - app_urlsarray
 - slack_incoming_webhookstring
 - anonymize_ipsboolean
 - completed_snippet_onboardingboolean
 - test_account_filters
 - test_account_filters_default_checkedboolean
 - path_cleaning_filters
 - is_demoboolean
 - timezone
 - data_attributes
 - person_display_name_propertiesarray
 - correlation_config
 - autocapture_opt_outboolean
 - autocapture_exceptions_opt_inboolean
 - autocapture_web_vitals_opt_inboolean
 - autocapture_web_vitals_allowed_metrics
 - autocapture_exceptions_errors_to_ignore
 - capture_console_log_opt_inboolean
 - capture_performance_opt_inboolean
 - session_recording_opt_inboolean
 - session_recording_sample_ratestring
 - session_recording_minimum_duration_millisecondsinteger
 - session_recording_linked_flag
 - session_recording_network_payload_capture_config
 - session_replay_config
 - access_controlboolean
 - week_start_day
 - primary_dashboardinteger
 - live_events_columnsarray
 - recording_domainsarray
 - inject_web_appsboolean
 - extra_settings
 - modifiers
 - has_completed_onboarding_for
 - surveys_opt_inboolean
 - heatmaps_opt_inboolean
 
Response
Request
PATCH  /api /organizations /:organization_id /projects /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/projects/:id/\-d organization="string"
Response
Status 200
{"id": 0,"organization": "452c1a86-a0af-475b-b03f-724878b0f387","name": "string","created_at": "2019-08-24T14:15:22Z","effective_membership_level": 1,"has_group_types": true,"live_events_token": "string","updated_at": "2019-08-24T14:15:22Z","uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","api_token": "string","app_urls": ["string"],"slack_incoming_webhook": "string","anonymize_ips": true,"completed_snippet_onboarding": true,"ingested_event": true,"test_account_filters": null,"test_account_filters_default_checked": true,"path_cleaning_filters": null,"is_demo": true,"timezone": "Africa/Abidjan","data_attributes": null,"person_display_name_properties": ["string"],"correlation_config": null,"autocapture_opt_out": true,"autocapture_exceptions_opt_in": true,"autocapture_web_vitals_opt_in": true,"autocapture_web_vitals_allowed_metrics": null,"autocapture_exceptions_errors_to_ignore": null,"capture_console_log_opt_in": true,"capture_performance_opt_in": true,"session_recording_opt_in": true,"session_recording_sample_rate": "string","session_recording_minimum_duration_milliseconds": 15000,"session_recording_linked_flag": null,"session_recording_network_payload_capture_config": null,"session_replay_config": null,"access_control": true,"week_start_day": 0,"primary_dashboard": 0,"live_events_columns": ["string"],"recording_domains": ["string"],"person_on_events_querying_enabled": "string","inject_web_apps": true,"extra_settings": null,"modifiers": null,"default_modifiers": "string","has_completed_onboarding_for": null,"surveys_opt_in": true,"heatmaps_opt_in": true,"product_intents": "string"}
Delete destroy
Projects for the current organization.
Required API key scopes
project:writePath parameters
- idinteger
A unique value identifying this project.
 - organization_idstring
 
Request
DELETE  /api /organizations /:organization_id /projects /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X DELETE \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/projects/:id/
Response
Status 204 No response body
Retrieve activity
Projects for the current organization.
Path parameters
- idinteger
A unique value identifying this project.
 - organization_idstring
 
Response
Request
GET  /api /organizations /:organization_id /projects /:id /activityexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/projects/:id/activity/
Response
Status 200
{"id": 0,"organization": "452c1a86-a0af-475b-b03f-724878b0f387","name": "string","created_at": "2019-08-24T14:15:22Z","effective_membership_level": 1,"has_group_types": true,"live_events_token": "string","updated_at": "2019-08-24T14:15:22Z","uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","api_token": "string","app_urls": ["string"],"slack_incoming_webhook": "string","anonymize_ips": true,"completed_snippet_onboarding": true,"ingested_event": true,"test_account_filters": null,"test_account_filters_default_checked": true,"path_cleaning_filters": null,"is_demo": true,"timezone": "Africa/Abidjan","data_attributes": null,"person_display_name_properties": ["string"],"correlation_config": null,"autocapture_opt_out": true,"autocapture_exceptions_opt_in": true,"autocapture_web_vitals_opt_in": true,"autocapture_web_vitals_allowed_metrics": null,"autocapture_exceptions_errors_to_ignore": null,"capture_console_log_opt_in": true,"capture_performance_opt_in": true,"session_recording_opt_in": true,"session_recording_sample_rate": "string","session_recording_minimum_duration_milliseconds": 15000,"session_recording_linked_flag": null,"session_recording_network_payload_capture_config": null,"session_replay_config": null,"access_control": true,"week_start_day": 0,"primary_dashboard": 0,"live_events_columns": ["string"],"recording_domains": ["string"],"person_on_events_querying_enabled": "string","inject_web_apps": true,"extra_settings": null,"modifiers": null,"default_modifiers": "string","has_completed_onboarding_for": null,"surveys_opt_in": true,"heatmaps_opt_in": true,"product_intents": "string"}
Update add product intent
Projects for the current organization.
Path parameters
- idinteger
A unique value identifying this project.
 - organization_idstring
 
Request parameters
- namestring
 - app_urlsarray
 - slack_incoming_webhookstring
 - anonymize_ipsboolean
 - completed_snippet_onboardingboolean
 - test_account_filters
 - test_account_filters_default_checkedboolean
 - path_cleaning_filters
 - is_demoboolean
 - timezone
 - data_attributes
 - person_display_name_propertiesarray
 - correlation_config
 - autocapture_opt_outboolean
 - autocapture_exceptions_opt_inboolean
 - autocapture_web_vitals_opt_inboolean
 - autocapture_web_vitals_allowed_metrics
 - autocapture_exceptions_errors_to_ignore
 - capture_console_log_opt_inboolean
 - capture_performance_opt_inboolean
 - session_recording_opt_inboolean
 - session_recording_sample_ratestring
 - session_recording_minimum_duration_millisecondsinteger
 - session_recording_linked_flag
 - session_recording_network_payload_capture_config
 - session_replay_config
 - access_controlboolean
 - week_start_day
 - primary_dashboardinteger
 - live_events_columnsarray
 - recording_domainsarray
 - inject_web_appsboolean
 - extra_settings
 - modifiers
 - has_completed_onboarding_for
 - surveys_opt_inboolean
 - heatmaps_opt_inboolean
 
Response
Request
PATCH  /api /organizations /:organization_id /projects /:id /add_product_intentexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/projects/:id/add_product_intent/\-d organization="string"
Response
Status 200
{"id": 0,"organization": "452c1a86-a0af-475b-b03f-724878b0f387","name": "string","created_at": "2019-08-24T14:15:22Z","effective_membership_level": 1,"has_group_types": true,"live_events_token": "string","updated_at": "2019-08-24T14:15:22Z","uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","api_token": "string","app_urls": ["string"],"slack_incoming_webhook": "string","anonymize_ips": true,"completed_snippet_onboarding": true,"ingested_event": true,"test_account_filters": null,"test_account_filters_default_checked": true,"path_cleaning_filters": null,"is_demo": true,"timezone": "Africa/Abidjan","data_attributes": null,"person_display_name_properties": ["string"],"correlation_config": null,"autocapture_opt_out": true,"autocapture_exceptions_opt_in": true,"autocapture_web_vitals_opt_in": true,"autocapture_web_vitals_allowed_metrics": null,"autocapture_exceptions_errors_to_ignore": null,"capture_console_log_opt_in": true,"capture_performance_opt_in": true,"session_recording_opt_in": true,"session_recording_sample_rate": "string","session_recording_minimum_duration_milliseconds": 15000,"session_recording_linked_flag": null,"session_recording_network_payload_capture_config": null,"session_replay_config": null,"access_control": true,"week_start_day": 0,"primary_dashboard": 0,"live_events_columns": ["string"],"recording_domains": ["string"],"person_on_events_querying_enabled": "string","inject_web_apps": true,"extra_settings": null,"modifiers": null,"default_modifiers": "string","has_completed_onboarding_for": null,"surveys_opt_in": true,"heatmaps_opt_in": true,"product_intents": "string"}
Update complete product onboarding
Projects for the current organization.
Path parameters
- idinteger
A unique value identifying this project.
 - organization_idstring
 
Request parameters
- namestring
 - app_urlsarray
 - slack_incoming_webhookstring
 - anonymize_ipsboolean
 - completed_snippet_onboardingboolean
 - test_account_filters
 - test_account_filters_default_checkedboolean
 - path_cleaning_filters
 - is_demoboolean
 - timezone
 - data_attributes
 - person_display_name_propertiesarray
 - correlation_config
 - autocapture_opt_outboolean
 - autocapture_exceptions_opt_inboolean
 - autocapture_web_vitals_opt_inboolean
 - autocapture_web_vitals_allowed_metrics
 - autocapture_exceptions_errors_to_ignore
 - capture_console_log_opt_inboolean
 - capture_performance_opt_inboolean
 - session_recording_opt_inboolean
 - session_recording_sample_ratestring
 - session_recording_minimum_duration_millisecondsinteger
 - session_recording_linked_flag
 - session_recording_network_payload_capture_config
 - session_replay_config
 - access_controlboolean
 - week_start_day
 - primary_dashboardinteger
 - live_events_columnsarray
 - recording_domainsarray
 - inject_web_appsboolean
 - extra_settings
 - modifiers
 - has_completed_onboarding_for
 - surveys_opt_inboolean
 - heatmaps_opt_inboolean
 
Response
Request
PATCH  /api /organizations /:organization_id /projects /:id /complete_product_onboardingexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/projects/:id/complete_product_onboarding/\-d organization="string"
Response
Status 200
{"id": 0,"organization": "452c1a86-a0af-475b-b03f-724878b0f387","name": "string","created_at": "2019-08-24T14:15:22Z","effective_membership_level": 1,"has_group_types": true,"live_events_token": "string","updated_at": "2019-08-24T14:15:22Z","uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","api_token": "string","app_urls": ["string"],"slack_incoming_webhook": "string","anonymize_ips": true,"completed_snippet_onboarding": true,"ingested_event": true,"test_account_filters": null,"test_account_filters_default_checked": true,"path_cleaning_filters": null,"is_demo": true,"timezone": "Africa/Abidjan","data_attributes": null,"person_display_name_properties": ["string"],"correlation_config": null,"autocapture_opt_out": true,"autocapture_exceptions_opt_in": true,"autocapture_web_vitals_opt_in": true,"autocapture_web_vitals_allowed_metrics": null,"autocapture_exceptions_errors_to_ignore": null,"capture_console_log_opt_in": true,"capture_performance_opt_in": true,"session_recording_opt_in": true,"session_recording_sample_rate": "string","session_recording_minimum_duration_milliseconds": 15000,"session_recording_linked_flag": null,"session_recording_network_payload_capture_config": null,"session_replay_config": null,"access_control": true,"week_start_day": 0,"primary_dashboard": 0,"live_events_columns": ["string"],"recording_domains": ["string"],"person_on_events_querying_enabled": "string","inject_web_apps": true,"extra_settings": null,"modifiers": null,"default_modifiers": "string","has_completed_onboarding_for": null,"surveys_opt_in": true,"heatmaps_opt_in": true,"product_intents": "string"}
Retrieve is generating demo data
Projects for the current organization.
Path parameters
- idinteger
A unique value identifying this project.
 - organization_idstring
 
Response
Request
GET  /api /organizations /:organization_id /projects /:id /is_generating_demo_dataexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/projects/:id/is_generating_demo_data/
Response
Status 200
{"id": 0,"organization": "452c1a86-a0af-475b-b03f-724878b0f387","name": "string","created_at": "2019-08-24T14:15:22Z","effective_membership_level": 1,"has_group_types": true,"live_events_token": "string","updated_at": "2019-08-24T14:15:22Z","uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","api_token": "string","app_urls": ["string"],"slack_incoming_webhook": "string","anonymize_ips": true,"completed_snippet_onboarding": true,"ingested_event": true,"test_account_filters": null,"test_account_filters_default_checked": true,"path_cleaning_filters": null,"is_demo": true,"timezone": "Africa/Abidjan","data_attributes": null,"person_display_name_properties": ["string"],"correlation_config": null,"autocapture_opt_out": true,"autocapture_exceptions_opt_in": true,"autocapture_web_vitals_opt_in": true,"autocapture_web_vitals_allowed_metrics": null,"autocapture_exceptions_errors_to_ignore": null,"capture_console_log_opt_in": true,"capture_performance_opt_in": true,"session_recording_opt_in": true,"session_recording_sample_rate": "string","session_recording_minimum_duration_milliseconds": 15000,"session_recording_linked_flag": null,"session_recording_network_payload_capture_config": null,"session_replay_config": null,"access_control": true,"week_start_day": 0,"primary_dashboard": 0,"live_events_columns": ["string"],"recording_domains": ["string"],"person_on_events_querying_enabled": "string","inject_web_apps": true,"extra_settings": null,"modifiers": null,"default_modifiers": "string","has_completed_onboarding_for": null,"surveys_opt_in": true,"heatmaps_opt_in": true,"product_intents": "string"}
Update reset token
Projects for the current organization.
Path parameters
- idinteger
A unique value identifying this project.
 - organization_idstring
 
Request parameters
- namestring
 - app_urlsarray
 - slack_incoming_webhookstring
 - anonymize_ipsboolean
 - completed_snippet_onboardingboolean
 - test_account_filters
 - test_account_filters_default_checkedboolean
 - path_cleaning_filters
 - is_demoboolean
 - timezone
 - data_attributes
 - person_display_name_propertiesarray
 - correlation_config
 - autocapture_opt_outboolean
 - autocapture_exceptions_opt_inboolean
 - autocapture_web_vitals_opt_inboolean
 - autocapture_web_vitals_allowed_metrics
 - autocapture_exceptions_errors_to_ignore
 - capture_console_log_opt_inboolean
 - capture_performance_opt_inboolean
 - session_recording_opt_inboolean
 - session_recording_sample_ratestring
 - session_recording_minimum_duration_millisecondsinteger
 - session_recording_linked_flag
 - session_recording_network_payload_capture_config
 - session_replay_config
 - access_controlboolean
 - week_start_day
 - primary_dashboardinteger
 - live_events_columnsarray
 - recording_domainsarray
 - inject_web_appsboolean
 - extra_settings
 - modifiers
 - has_completed_onboarding_for
 - surveys_opt_inboolean
 - heatmaps_opt_inboolean
 
Response
Request
PATCH  /api /organizations /:organization_id /projects /:id /reset_tokenexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/projects/:id/reset_token/\-d organization="string"
Response
Status 200
{"id": 0,"organization": "452c1a86-a0af-475b-b03f-724878b0f387","name": "string","created_at": "2019-08-24T14:15:22Z","effective_membership_level": 1,"has_group_types": true,"live_events_token": "string","updated_at": "2019-08-24T14:15:22Z","uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","api_token": "string","app_urls": ["string"],"slack_incoming_webhook": "string","anonymize_ips": true,"completed_snippet_onboarding": true,"ingested_event": true,"test_account_filters": null,"test_account_filters_default_checked": true,"path_cleaning_filters": null,"is_demo": true,"timezone": "Africa/Abidjan","data_attributes": null,"person_display_name_properties": ["string"],"correlation_config": null,"autocapture_opt_out": true,"autocapture_exceptions_opt_in": true,"autocapture_web_vitals_opt_in": true,"autocapture_web_vitals_allowed_metrics": null,"autocapture_exceptions_errors_to_ignore": null,"capture_console_log_opt_in": true,"capture_performance_opt_in": true,"session_recording_opt_in": true,"session_recording_sample_rate": "string","session_recording_minimum_duration_milliseconds": 15000,"session_recording_linked_flag": null,"session_recording_network_payload_capture_config": null,"session_replay_config": null,"access_control": true,"week_start_day": 0,"primary_dashboard": 0,"live_events_columns": ["string"],"recording_domains": ["string"],"person_on_events_querying_enabled": "string","inject_web_apps": true,"extra_settings": null,"modifiers": null,"default_modifiers": "string","has_completed_onboarding_for": null,"surveys_opt_in": true,"heatmaps_opt_in": true,"product_intents": "string"}
List all proxy records
Required API key scopes
organization:readPath parameters
- organization_idstring
 
Query parameters
- limitinteger
Number of results to return per page.
 - offsetinteger
The initial index from which to return the results.
 
Response
Request
GET  /api /organizations /:organization_id /proxy_recordsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/proxy_records/
Response
Status 200
{"count": 123,"next": "http://api.example.org/accounts/?offset=400&limit=100","previous": "http://api.example.org/accounts/?offset=200&limit=100","results": [{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","domain": "string","target_cname": "string","status": "waiting","message": "string","created_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","created_by": 0}]}
Create proxy records
Required API key scopes
organization:writePath parameters
- organization_idstring
 
Request parameters
- domainstring
 
Response
Request
POST  /api /organizations /:organization_id /proxy_recordsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/proxy_records/\-d domain="string"
Response
Status 201
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","domain": "string","target_cname": "string","status": "waiting","message": "string","created_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","created_by": 0}
Retrieve proxy records
Required API key scopes
organization:readPath parameters
- idstring
 - organization_idstring
 
Response
Request
GET  /api /organizations /:organization_id /proxy_records /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/proxy_records/:id/
Response
Status 200
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","domain": "string","target_cname": "string","status": "waiting","message": "string","created_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","created_by": 0}
Update proxy records
Required API key scopes
organization:writePath parameters
- idstring
 - organization_idstring
 
Request parameters
- domainstring
 
Response
Request
PATCH  /api /organizations /:organization_id /proxy_records /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/proxy_records/:id/\-d domain="string"
Response
Status 200
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","domain": "string","target_cname": "string","status": "waiting","message": "string","created_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","created_by": 0}
Delete proxy records
Required API key scopes
organization:writePath parameters
- idstring
 - organization_idstring
 
Request
DELETE  /api /organizations /:organization_id /proxy_records /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X DELETE \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/proxy_records/:id/
Response
Status 204 No response body
List all roles
Required API key scopes
organization:readPath parameters
- organization_idstring
 
Query parameters
- limitinteger
Number of results to return per page.
 - offsetinteger
The initial index from which to return the results.
 
Response
Request
GET  /api /organizations /:organization_id /rolesexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/roles/
Response
Status 200
{"count": 123,"next": "http://api.example.org/accounts/?offset=400&limit=100","previous": "http://api.example.org/accounts/?offset=200&limit=100","results": [{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","name": "string","feature_flags_access_level": 21,"created_at": "2019-08-24T14:15:22Z","created_by": {"id": 0,"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","distinct_id": "string","first_name": "string","last_name": "string","email": "user@example.com","is_email_verified": true,"hedgehog_config": {"property1": null,"property2": null}},"members": "string","associated_flags": "string"}]}
Create roles
Required API key scopes
organization:writePath parameters
- organization_idstring
 
Request parameters
- namestring
 - feature_flags_access_level
 
Response
Request
POST  /api /organizations /:organization_id /rolesexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/roles/\-d name="string"
Response
Status 201
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","name": "string","feature_flags_access_level": 21,"created_at": "2019-08-24T14:15:22Z","created_by": {"id": 0,"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","distinct_id": "string","first_name": "string","last_name": "string","email": "user@example.com","is_email_verified": true,"hedgehog_config": {"property1": null,"property2": null}},"members": "string","associated_flags": "string"}
Retrieve roles
Required API key scopes
organization:readPath parameters
- idstring
A UUID string identifying this role.
 - organization_idstring
 
Response
Request
GET  /api /organizations /:organization_id /roles /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/roles/:id/
Response
Status 200
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","name": "string","feature_flags_access_level": 21,"created_at": "2019-08-24T14:15:22Z","created_by": {"id": 0,"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","distinct_id": "string","first_name": "string","last_name": "string","email": "user@example.com","is_email_verified": true,"hedgehog_config": {"property1": null,"property2": null}},"members": "string","associated_flags": "string"}
Update roles
Required API key scopes
organization:writePath parameters
- idstring
A UUID string identifying this role.
 - organization_idstring
 
Request parameters
- namestring
 - feature_flags_access_level
 
Response
Request
PATCH  /api /organizations /:organization_id /roles /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X PATCH \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/roles/:id/\-d name="string"
Response
Status 200
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","name": "string","feature_flags_access_level": 21,"created_at": "2019-08-24T14:15:22Z","created_by": {"id": 0,"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","distinct_id": "string","first_name": "string","last_name": "string","email": "user@example.com","is_email_verified": true,"hedgehog_config": {"property1": null,"property2": null}},"members": "string","associated_flags": "string"}
Delete roles
Required API key scopes
organization:writePath parameters
- idstring
A UUID string identifying this role.
 - organization_idstring
 
Request
DELETE  /api /organizations /:organization_id /roles /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X DELETE \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/roles/:id/
Response
Status 204 No response body
List all roles role memberships
Required API key scopes
organization:readPath parameters
- organization_idstring
 - role_idstring
 
Query parameters
- limitinteger
Number of results to return per page.
 - offsetinteger
The initial index from which to return the results.
 
Response
Request
GET  /api /organizations /:organization_id /roles /:role_id /role_membershipsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/roles/:role_id/role_memberships/
Response
Status 200
{"count": 123,"next": "http://api.example.org/accounts/?offset=400&limit=100","previous": "http://api.example.org/accounts/?offset=200&limit=100","results": [{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","role_id": "ac4e70c8-d5be-48af-93eb-760f58fc91a9","organization_member": {"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","user": {"id": 0,"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","distinct_id": "string","first_name": "string","last_name": "string","email": "user@example.com","is_email_verified": true,"hedgehog_config": {"property1": null,"property2": null}},"level": 1,"joined_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","is_2fa_enabled": true,"has_social_auth": true,"last_login": "2019-08-24T14:15:22Z"},"user": {"id": 0,"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","distinct_id": "string","first_name": "string","last_name": "string","email": "user@example.com","is_email_verified": true,"hedgehog_config": {"property1": null,"property2": null}},"joined_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","user_uuid": "7c4d2d7d-8620-4fb3-967a-4a621082cf1f"}]}
Create roles role memberships
Required API key scopes
organization:writePath parameters
- organization_idstring
 - role_idstring
 
Request parameters
- user_uuidstring
 
Response
Request
POST  /api /organizations /:organization_id /roles /:role_id /role_membershipsexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl-H 'Content-Type: application/json'\-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/roles/:role_id/role_memberships/\-d user_uuid="string"
Response
Status 201
{"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","role_id": "ac4e70c8-d5be-48af-93eb-760f58fc91a9","organization_member": {"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08","user": {"id": 0,"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","distinct_id": "string","first_name": "string","last_name": "string","email": "user@example.com","is_email_verified": true,"hedgehog_config": {"property1": null,"property2": null}},"level": 1,"joined_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","is_2fa_enabled": true,"has_social_auth": true,"last_login": "2019-08-24T14:15:22Z"},"user": {"id": 0,"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f","distinct_id": "string","first_name": "string","last_name": "string","email": "user@example.com","is_email_verified": true,"hedgehog_config": {"property1": null,"property2": null}},"joined_at": "2019-08-24T14:15:22Z","updated_at": "2019-08-24T14:15:22Z","user_uuid": "7c4d2d7d-8620-4fb3-967a-4a621082cf1f"}
Delete roles role memberships
Required API key scopes
organization:writePath parameters
- idstring
A UUID string identifying this role membership.
 - organization_idstring
 - role_idstring
 
Request
DELETE  /api /organizations /:organization_id /roles /:role_id /role_memberships /:idexport POSTHOG_PERSONAL_API_KEY=[your personal api key]curl -X DELETE \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \<ph_app_host>/api/organizations/:organization_id/roles/:role_id/role_memberships/:id/