Organizations
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
Retrieve
Required API key scopes
organization:readQuery parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
Retrieve
Required API key scopes
organization:readQuery parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
Create
Required API key scopes
organization:writeRequest parameters
- namestring
- logo_media_idstring
- is_member_join_email_enabledboolean
- enforce_2faboolean
Response
Request
POST 
Response
Status 201
Create
Required API key scopes
organization:writeRequest parameters
- namestring
- logo_media_idstring
- is_member_join_email_enabledboolean
- enforce_2faboolean
Response
Request
POST 
Response
Status 201
Retrieve
Required API key scopes
organization:readPath parameters
- idstringA UUID string identifying this organization. 
Response
Request
GET 
Response
Status 200
Retrieve
Required API key scopes
organization:readPath parameters
- idstringA UUID string identifying this organization. 
Response
Request
GET 
Response
Status 200
Update partial
Required API key scopes
organization:writePath parameters
- idstringA UUID string identifying this organization. 
Request parameters
- namestring
- logo_media_idstring
- is_member_join_email_enabledboolean
- enforce_2faboolean
Response
Request
PATCH 
Response
Status 200
Update partial
Required API key scopes
organization:writePath parameters
- idstringA UUID string identifying this organization. 
Request parameters
- namestring
- logo_media_idstring
- is_member_join_email_enabledboolean
- enforce_2faboolean
Response
Request
PATCH 
Response
Status 200
Delete
Required API key scopes
organization:writePath parameters
- idstringA UUID string identifying this organization. 
Request
DELETE 
Response
Status 204 No response body
Delete
Required API key scopes
organization:writePath parameters
- idstringA UUID string identifying this organization. 
Request
DELETE 
Response
Status 204 No response body
List all batch exports
Required API key scopes
batch_export:readPath parameters
- organization_idstring
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
Create batch exports
Required API key scopes
batch_export:writePath parameters
- organization_idstring
Request parameters
- namestringA human-readable name for this BatchExport. 
- modelWhich model this BatchExport is exporting. - events- Events
- persons- Persons
 
- destination
- interval
- pausedbooleanWhether this BatchExport is paused or not. 
- last_paused_atstringThe timestamp at which this BatchExport was last paused. 
- start_atstringTime before which any Batch Export runs won't be triggered. 
- end_atstringTime after which any Batch Export runs won't be triggered. 
- hogql_querystring
Response
Request
POST 
Response
Status 201
Retrieve batch exports
Required API key scopes
batch_export:readPath parameters
- idstringA UUID string identifying this batch export. 
- organization_idstring
Response
Request
GET 
Response
Status 200
Update batch exports
Required API key scopes
batch_export:writePath parameters
- idstringA UUID string identifying this batch export. 
- organization_idstring
Request parameters
- namestringA human-readable name for this BatchExport. 
- modelWhich model this BatchExport is exporting. - events- Events
- persons- Persons
 
- destination
- interval
- pausedbooleanWhether this BatchExport is paused or not. 
- last_paused_atstringThe timestamp at which this BatchExport was last paused. 
- start_atstringTime before which any Batch Export runs won't be triggered. 
- end_atstringTime after which any Batch Export runs won't be triggered. 
- hogql_querystring
Response
Request
PATCH 
Response
Status 200
Delete batch exports
Required API key scopes
batch_export:writePath parameters
- idstringA UUID string identifying this batch export. 
- organization_idstring
Request
DELETE 
Response
Status 204 No response body
Create batch exports backfill
Trigger a backfill for a BatchExport.
Required API key scopes
batch_export:writePath parameters
- idstringA UUID string identifying this batch export. 
- organization_idstring
Request parameters
- namestringA human-readable name for this BatchExport. 
- modelWhich model this BatchExport is exporting. - events- Events
- persons- Persons
 
- destination
- interval
- pausedbooleanWhether this BatchExport is paused or not. 
- last_paused_atstringThe timestamp at which this BatchExport was last paused. 
- start_atstringTime before which any Batch Export runs won't be triggered. 
- end_atstringTime after which any Batch Export runs won't be triggered. 
- hogql_querystring
Request
POST 
Response
Status 200 No response body
Retrieve batch exports logs
Path parameters
- idstringA UUID string identifying this batch export. 
- organization_idstring
Request
GET 
Response
Status 200 No response body
Create batch exports pause
Pause a BatchExport.
Required API key scopes
batch_export:writePath parameters
- idstringA UUID string identifying this batch export. 
- organization_idstring
Request parameters
- namestringA human-readable name for this BatchExport. 
- modelWhich model this BatchExport is exporting. - events- Events
- persons- Persons
 
- destination
- interval
- pausedbooleanWhether this BatchExport is paused or not. 
- last_paused_atstringThe timestamp at which this BatchExport was last paused. 
- start_atstringTime before which any Batch Export runs won't be triggered. 
- end_atstringTime after which any Batch Export runs won't be triggered. 
- hogql_querystring
Request
POST 
Response
Status 200 No response body
Create batch exports unpause
Unpause a BatchExport.
Required API key scopes
batch_export:writePath parameters
- idstringA UUID string identifying this batch export. 
- organization_idstring
Request parameters
- namestringA human-readable name for this BatchExport. 
- modelWhich model this BatchExport is exporting. - events- Events
- persons- Persons
 
- destination
- interval
- pausedbooleanWhether this BatchExport is paused or not. 
- last_paused_atstringThe timestamp at which this BatchExport was last paused. 
- start_atstringTime before which any Batch Export runs won't be triggered. 
- end_atstringTime after which any Batch Export runs won't be triggered. 
- hogql_querystring
Request
POST 
Response
Status 200 No response body
List all domains
Required API key scopes
organization:readPath parameters
- organization_idstring
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
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 
Response
Status 201
Retrieve domains
Required API key scopes
organization:readPath parameters
- idstringA UUID string identifying this domain. 
- organization_idstring
Response
Request
GET 
Response
Status 200
Update domains
Required API key scopes
organization:writePath parameters
- idstringA 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 
Response
Status 200
Delete domains
Required API key scopes
organization:writePath parameters
- idstringA UUID string identifying this domain. 
- organization_idstring
Request
DELETE 
Response
Status 204 No response body
Create domains verify
Path parameters
- idstringA 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 
Response
Status 200 No response body
List all invites
Required API key scopes
organization_member:readPath parameters
- organization_idstring
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
Create invites
Required API key scopes
organization_member:writePath parameters
- organization_idstring
Request parameters
- target_emailstring
- first_namestring
- level
- messagestring
- private_project_accessList of team IDs and corresponding access levels to private projects. 
- send_emailbooleanDefault:
Response
Request
POST 
Response
Status 201
Delete invites
Required API key scopes
organization_member:writePath parameters
- idstringA UUID string identifying this organization invite. 
- organization_idstring
Request
DELETE 
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_accessList of team IDs and corresponding access levels to private projects. 
- send_emailbooleanDefault:
Request
POST 
Response
Status 200 No response body
List all members
Required API key scopes
organization_member:readPath parameters
- organization_idstring
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
Update members
Required API key scopes
organization_member:writePath parameters
- organization_idstring
- user__uuidstring
Request parameters
- level
Response
Request
PATCH 
Response
Status 200
Delete members
Required API key scopes
organization_member:writePath parameters
- organization_idstring
- user__uuidstring
Request
DELETE 
Response
Status 204 No response body
List all pipeline destinations
Required API key scopes
plugin:readPath parameters
- organization_idstring
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
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 
Response
Status 201
Retrieve pipeline destinations
Required API key scopes
plugin:readPath parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Response
Request
GET 
Response
Status 200
Update pipeline destinations
Required API key scopes
plugin:writePath parameters
- idintegerA 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 
Response
Status 200
Delete pipeline destinations
Required API key scopes
plugin:writePath parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Request
DELETE 
Response
Status 204 No response body
Retrieve pipeline destinations check for updates
Path parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve pipeline destinations source
Path parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Request
GET 
Response
Status 200 No response body
Update pipeline destinations update source
Path parameters
- idintegerA 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 
Response
Status 200 No response body
Create pipeline destinations upgrade
Path parameters
- idintegerA 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 
Response
Status 200 No response body
Retrieve pipeline destinations activity
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve pipeline destinations exports unsubscribe configs
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve pipeline destinations repository
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve pipeline destinations unused
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
List all pipeline frontend apps
Required API key scopes
plugin:readPath parameters
- organization_idstring
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
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 
Response
Status 201
Retrieve pipeline frontend apps
Required API key scopes
plugin:readPath parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Response
Request
GET 
Response
Status 200
Update pipeline frontend apps
Required API key scopes
plugin:writePath parameters
- idintegerA 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 
Response
Status 200
Delete pipeline frontend apps
Required API key scopes
plugin:writePath parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Request
DELETE 
Response
Status 204 No response body
Retrieve pipeline frontend apps check for updates
Path parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve pipeline frontend apps source
Path parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Request
GET 
Response
Status 200 No response body
Update pipeline frontend apps update source
Path parameters
- idintegerA 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 
Response
Status 200 No response body
Create pipeline frontend apps upgrade
Path parameters
- idintegerA 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 
Response
Status 200 No response body
Retrieve pipeline frontend apps activity
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve pipeline frontend apps exports unsubscribe configs
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve pipeline frontend apps repository
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve pipeline frontend apps unused
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
List all pipeline import apps
Required API key scopes
plugin:readPath parameters
- organization_idstring
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
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 
Response
Status 201
Retrieve pipeline import apps
Required API key scopes
plugin:readPath parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Response
Request
GET 
Response
Status 200
Update pipeline import apps
Required API key scopes
plugin:writePath parameters
- idintegerA 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 
Response
Status 200
Delete pipeline import apps
Required API key scopes
plugin:writePath parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Request
DELETE 
Response
Status 204 No response body
Retrieve pipeline import apps check for updates
Path parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve pipeline import apps source
Path parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Request
GET 
Response
Status 200 No response body
Update pipeline import apps update source
Path parameters
- idintegerA 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 
Response
Status 200 No response body
Create pipeline import apps upgrade
Path parameters
- idintegerA 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 
Response
Status 200 No response body
Retrieve pipeline import apps activity
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve pipeline import apps exports unsubscribe configs
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve pipeline import apps repository
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve pipeline import apps unused
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
List all pipeline transformations
Required API key scopes
plugin:readPath parameters
- organization_idstring
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
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 
Response
Status 201
Retrieve pipeline transformations
Required API key scopes
plugin:readPath parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Response
Request
GET 
Response
Status 200
Update pipeline transformations
Required API key scopes
plugin:writePath parameters
- idintegerA 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 
Response
Status 200
Delete pipeline transformations
Required API key scopes
plugin:writePath parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Request
DELETE 
Response
Status 204 No response body
Retrieve pipeline transformations check for updates
Path parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve pipeline transformations source
Path parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Request
GET 
Response
Status 200 No response body
Update pipeline transformations update source
Path parameters
- idintegerA 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 
Response
Status 200 No response body
Create pipeline transformations upgrade
Path parameters
- idintegerA 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 
Response
Status 200 No response body
Retrieve pipeline transformations activity
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve pipeline transformations exports unsubscribe configs
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve pipeline transformations repository
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve pipeline transformations unused
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
List all plugins
Required API key scopes
plugin:readPath parameters
- organization_idstring
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
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 
Response
Status 201
Retrieve plugins
Required API key scopes
plugin:readPath parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Response
Request
GET 
Response
Status 200
Update plugins
Required API key scopes
plugin:writePath parameters
- idintegerA 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 
Response
Status 200
Delete plugins
Required API key scopes
plugin:writePath parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Request
DELETE 
Response
Status 204 No response body
Retrieve plugins check for updates
Path parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve plugins source
Path parameters
- idintegerA unique integer value identifying this plugin. 
- organization_idstring
Request
GET 
Response
Status 200 No response body
Update plugins update source
Path parameters
- idintegerA 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 
Response
Status 200 No response body
Create plugins upgrade
Path parameters
- idintegerA 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 
Response
Status 200 No response body
Retrieve plugins activity
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve plugins exports unsubscribe configs
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve plugins repository
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve plugins unused
Path parameters
- organization_idstring
Request
GET 
Response
Status 200 No response body
Retrieve list
Projects for the current organization.
Required API key scopes
project:readPath parameters
- organization_idstring
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
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 
Response
Status 201
Retrieve retrieve
Projects for the current organization.
Required API key scopes
project:readPath parameters
- idintegerA unique value identifying this project. 
- organization_idstring
Response
Request
GET 
Response
Status 200
Update partial update
Projects for the current organization.
Required API key scopes
project:writePath parameters
- idintegerA 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 
Response
Status 200
Delete destroy
Projects for the current organization.
Required API key scopes
project:writePath parameters
- idintegerA unique value identifying this project. 
- organization_idstring
Request
DELETE 
Response
Status 204 No response body
Retrieve activity
Projects for the current organization.
Path parameters
- idintegerA unique value identifying this project. 
- organization_idstring
Response
Request
GET 
Response
Status 200
Update add product intent
Projects for the current organization.
Path parameters
- idintegerA 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 
Response
Status 200
Update complete product onboarding
Projects for the current organization.
Path parameters
- idintegerA 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 
Response
Status 200
Retrieve is generating demo data
Projects for the current organization.
Path parameters
- idintegerA unique value identifying this project. 
- organization_idstring
Response
Request
GET 
Response
Status 200
Update reset token
Projects for the current organization.
Path parameters
- idintegerA 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 
Response
Status 200
List all proxy records
Required API key scopes
organization:readPath parameters
- organization_idstring
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
Create proxy records
Required API key scopes
organization:writePath parameters
- organization_idstring
Request parameters
- domainstring
Response
Request
POST 
Response
Status 201
Retrieve proxy records
Required API key scopes
organization:readPath parameters
- idstring
- organization_idstring
Response
Request
GET 
Response
Status 200
Update proxy records
Required API key scopes
organization:writePath parameters
- idstring
- organization_idstring
Request parameters
- domainstring
Response
Request
PATCH 
Response
Status 200
Delete proxy records
Required API key scopes
organization:writePath parameters
- idstring
- organization_idstring
Request
DELETE 
Response
Status 204 No response body
List all roles
Required API key scopes
organization:readPath parameters
- organization_idstring
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
Create roles
Required API key scopes
organization:writePath parameters
- organization_idstring
Request parameters
- namestring
- feature_flags_access_level
Response
Request
POST 
Response
Status 201
Retrieve roles
Required API key scopes
organization:readPath parameters
- idstringA UUID string identifying this role. 
- organization_idstring
Response
Request
GET 
Response
Status 200
Update roles
Required API key scopes
organization:writePath parameters
- idstringA UUID string identifying this role. 
- organization_idstring
Request parameters
- namestring
- feature_flags_access_level
Response
Request
PATCH 
Response
Status 200
Delete roles
Required API key scopes
organization:writePath parameters
- idstringA UUID string identifying this role. 
- organization_idstring
Request
DELETE 
Response
Status 204 No response body
List all roles role memberships
Required API key scopes
organization:readPath parameters
- organization_idstring
- role_idstring
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
Create roles role memberships
Required API key scopes
organization:writePath parameters
- organization_idstring
- role_idstring
Request parameters
- user_uuidstring
Response
Request
POST 
Response
Status 201
Delete roles role memberships
Required API key scopes
organization:writePath parameters
- idstringA UUID string identifying this role membership. 
- organization_idstring
- role_idstring
Request
DELETE