Organizations-2
For instructions on how to authenticate to use this endpoint, see API overview.
Pause a BatchExport.
Endpoints
Create batch exports pause
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:
- combine_pending_invitesboolean
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:
- combine_pending_invitesboolean
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
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
- product_descriptionstring
- 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
- survey_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