Core-5
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
PATCH | |
DELETE | |
POST | |
POST | |
GET | |
POST | |
DELETE | |
POST | |
GET | |
PATCH | |
DELETE | |
GET | |
GET | |
GET | |
POST | |
GET |
Retrieve domains
Required API key scopes
organization:readPath parameters
- idstring
- organization_idstring
Response
Example request
GET /api /organizations /:organization_id /domains /:idExample response
Status 200
RESPONSE
Update domains
Required API key scopes
organization:writePath parameters
- idstring
- organization_idstring
Request parameters
- domainstring
- jit_provisioning_enabledboolean
- sso_enforcementstring
- saml_entity_idstring
- saml_acs_urlstring
- saml_x509_certstring
- scim_enabledboolean
Response
Example request
PATCH /api /organizations /:organization_id /domains /:idExample response
Status 200
RESPONSE
Delete domains
Required API key scopes
organization:writePath parameters
- idstring
- organization_idstring
Example request
DELETE /api /organizations /:organization_id /domains /:idExample response
Status 204 No response body
Create domains scim token
Regenerate SCIM bearer token.
Path parameters
- idstring
- organization_idstring
Request parameters
- domainstring
- jit_provisioning_enabledboolean
- sso_enforcementstring
- saml_entity_idstring
- saml_acs_urlstring
- saml_x509_certstring
- scim_enabledboolean
Example request
POST /api /organizations /:organization_id /domains /:id /scim /tokenExample response
Status 200 No response body
Create domains verify
Path parameters
- idstring
- organization_idstring
Request parameters
- domainstring
- jit_provisioning_enabledboolean
- sso_enforcementstring
- saml_entity_idstring
- saml_acs_urlstring
- saml_x509_certstring
- scim_enabledboolean
Example request
POST /api /organizations /:organization_id /domains /:id /verifyExample response
Status 200 No response body
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 members
Required API key scopes
organization_member:readPath parameters
- organization_idstring
Query parameters
- limitinteger
- offsetinteger
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
- 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_recording_masking_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
- 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
Projects for the current organization.
Required API key scopes
project:readPath parameters
- idinteger
- organization_idstring
Response
Example request
GET /api /organizations /:organization_id /projects /:idExample response
Status 200
RESPONSE