Core-5
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
DELETE | |
POST | |
GET | |
POST | |
GET | |
GET | |
PATCH | |
DELETE | |
GET | |
GET | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
GET |
List all invites
Required API key scopes
organization_member:readPath parameters
- organization_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /organizations /:organization_id /invitesExample response
Status 200
RESPONSE
Create invites
Required API key scopes
organization_member:writePath parameters
- organization_idstring
Request parameters
- target_emailstring
- first_namestring
- level
- messagestring
- private_project_access
- send_emailbooleanDefault:
true - combine_pending_invitesbooleanDefault:
false
Response
Example request
POST /api /organizations /:organization_id /invitesExample response
Status 201
RESPONSE
Delete invites
Required API key scopes
organization_member:writePath parameters
- idstring
- organization_idstring
Example request
DELETE /api /organizations /:organization_id /invites /:idExample 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
- send_emailbooleanDefault:
true - combine_pending_invitesbooleanDefault:
false
Example request
POST /api /organizations /:organization_id /invites /bulkExample response
Status 200 No response body
List all legal documents
Required API key scopes
legal_document:readPath parameters
- organization_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /organizations /:organization_id /legal_documentsExample response
Status 200
RESPONSE
Create legal documents
Required API key scopes
legal_document:writePath parameters
- organization_idstring
Request parameters
- document_type
- company_namestring
- company_addressstringDefault:
- representative_namestring
- representative_titlestring
- representative_emailstring
- dpa_modestringDefault:
Response
Example request
POST /api /organizations /:organization_id /legal_documentsExample response
Status 201
RESPONSE
Retrieve legal documents
Required API key scopes
legal_document:readPath parameters
- idstring
- organization_idstring
Response
Example request
GET /api /organizations /:organization_id /legal_documents /:idExample response
Status 200
RESPONSE
List all members
Required API key scopes
organization_member:readPath parameters
- organization_idstring
Query parameters
- limitinteger
- offsetinteger
- orderstringOne of:
"-joined_at""joined_at"
Response
Example request
GET /api /organizations /:organization_id /membersExample response
Status 200
RESPONSE
Update members
Required API key scopes
organization_member:writePath parameters
- organization_idstring
- user__uuidstring
Request parameters
- level
Response
Example request
PATCH /api /organizations /:organization_id /members /:user__uuidExample response
Status 200
RESPONSE
Delete members
Required API key scopes
organization_member:writePath parameters
- organization_idstring
- user__uuidstring
Example request
DELETE /api /organizations /:organization_id /members /:user__uuidExample response
Status 204 No response body
Retrieve members scoped api keys
Path parameters
- organization_idstring
- user__uuidstring
Response
Example request
GET /api /organizations /:organization_id /members /:user__uuid /scoped_api_keysExample response
Status 200
RESPONSE
List all oauth applications
ViewSet for listing OAuth applications at the organization level (read-only).
Required API key scopes
organization:readPath parameters
- organization_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /organizations /:organization_id /oauth_applicationsExample response
Status 200
RESPONSE
Retrieve list
Projects for the current organization.
Required API key scopes
project:readPath parameters
- organization_idstring
Query parameters
- limitinteger
- offsetinteger
- searchstring
Response
Example request
GET /api /organizations /:organization_id /projectsExample response
Status 200
RESPONSE
Create create
Projects for the current organization.
Required API key scopes
project:writePath parameters
- organization_idstring
Request parameters
- namestring
- product_descriptionstring
- app_urlsarray
- 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_recording_masking_config
- session_recording_url_trigger_configarray
- session_recording_url_blocklist_configarray
- session_recording_event_trigger_configarray
- session_recording_trigger_match_type_configstring
- session_recording_trigger_groups
- session_recording_retention_period
- 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
- flags_persistence_defaultboolean
- receive_org_level_activity_logsboolean
- business_model
- conversations_enabledboolean
- conversations_settings
- logs_settings
- proactive_tasks_enabledboolean
Response
Example request
POST /api /organizations /:organization_id /projectsExample response
Status 201
RESPONSE
Retrieve retrieve
Retrieve a project and its settings.
Required API key scopes
project:readPath parameters
- idinteger
- organization_idstring
Response
Example request
GET /api /organizations /:organization_id /projects /:idExample response
Status 200
RESPONSE
Update partial update
Update one or more of a project's settings. Only the fields included in the request body are changed.
Required API key scopes
project:writePath parameters
- idinteger
- organization_idstring
Request parameters
- namestring
- product_descriptionstring
- app_urlsarray
- 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_recording_masking_config
- session_recording_url_trigger_configarray
- session_recording_url_blocklist_configarray
- session_recording_event_trigger_configarray
- session_recording_trigger_match_type_configstring
- session_recording_trigger_groups
- session_recording_retention_period
- 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
- flags_persistence_defaultboolean
- receive_org_level_activity_logsboolean
- business_model
- conversations_enabledboolean
- conversations_settings
- logs_settings
- proactive_tasks_enabledboolean
Response
Example request
PATCH /api /organizations /:organization_id /projects /:idExample response
Status 200
RESPONSE
Delete destroy
Projects for the current organization.
Required API key scopes
project:writePath parameters
- idinteger
- organization_idstring
Example request
DELETE /api /organizations /:organization_id /projects /:idExample response
Status 204 No response body
Retrieve activity
Projects for the current organization.
Path parameters
- idinteger
- organization_idstring
Response
Example request
GET /api /organizations /:organization_id /projects /:id /activityExample response
Status 200
RESPONSE