Core-12
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
DELETE | |
GET | |
GET | |
POST | |
DELETE | |
POST | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
GET | |
GET | |
PATCH | |
DELETE | |
GET | |
PATCH | |
POST |
Delete property definitions
Required API key scopes
property_definition:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /property_definitions /:idExample response
Status 204 No response body
Retrieve property definitions seen together
Allows a caller to provide a list of event names and a single property name Returns a map of the event names to a boolean representing whether that property has ever been seen with that event_name
Required API key scopes
property_definition:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /property_definitions /seen_togetherExample response
Status 200 No response body
List all session recordings sharing list
Required API key scopes
sharing_configuration:readPath parameters
- project_idstring
- recording_idstring
Example request
GET /api /projects /:project_id /session_recordings /:recording_id /sharingExample response
Status 200
RESPONSE
Create session recordings sharing passwords create
Create a new password for the sharing configuration.
Required API key scopes
sharing_configuration:writePath parameters
- project_idstring
- recording_idstring
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST /api /projects /:project_id /session_recordings /:recording_id /sharing /passwordsExample response
Status 200
RESPONSE
Delete session recordings sharing passwords destroy
Delete a password from the sharing configuration.
Required API key scopes
sharing_configuration:writePath parameters
- password_idstring
- project_idstring
- recording_idstring
Example request
DELETE /api /projects /:project_id /session_recordings /:recording_id /sharing /passwords /:password_idExample response
Status 204 No response body
Create session recordings sharing refresh create
Required API key scopes
sharing_configuration:writePath parameters
- project_idstring
- recording_idstring
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST /api /projects /:project_id /session_recordings /:recording_id /sharing /refreshExample response
Status 200
RESPONSE
List all subscriptions list
Required API key scopes
subscription:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /subscriptionsExample response
Status 200
RESPONSE
Create subscriptions create
Required API key scopes
subscription:writePath parameters
- project_idstring
Request parameters
- dashboardinteger
- insightinteger
- target_type
- target_valuestring
- frequency
- intervalinteger
- byweekdayarray
- bysetposinteger
- countinteger
- start_datestring
- until_datestring
- deletedboolean
- titlestring
- invite_messagestring
Response
Example request
POST /api /projects /:project_id /subscriptionsExample response
Status 201
RESPONSE
Retrieve subscriptions retrieve
Required API key scopes
subscription:readPath parameters
- idinteger
- project_idstring
Response
Example request
GET /api /projects /:project_id /subscriptions /:idExample response
Status 200
RESPONSE
Update subscriptions update
Required API key scopes
subscription:writePath parameters
- idinteger
- project_idstring
Request parameters
- dashboardinteger
- insightinteger
- target_type
- target_valuestring
- frequency
- intervalinteger
- byweekdayarray
- bysetposinteger
- countinteger
- start_datestring
- until_datestring
- deletedboolean
- titlestring
- invite_messagestring
Response
Example request
PATCH /api /projects /:project_id /subscriptions /:idExample response
Status 200
RESPONSE
Delete subscriptions destroy
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
subscription:writePath parameters
- idinteger
- project_idstring
Example request
DELETE /api /projects /:project_id /subscriptions /:idExample response
Status 405 No response body
List all users
Required API key scopes
user:readQuery parameters
- emailstring
- is_staffboolean
- limitinteger
- offsetinteger
Response
Example request
GET /api /usersExample response
Status 200
RESPONSE
Retrieve users
Required API key scopes
user:readPath parameters
- uuidstring
Response
Example request
GET /api /users /:uuidExample response
Status 200
RESPONSE
Update users
Required API key scopes
user:writePath parameters
- uuidstring
Request parameters
- first_namestring
- last_namestring
- emailstring
- notification_settingsobject
- anonymize_databoolean
- allow_impersonationboolean
- toolbar_mode
- is_staffboolean
- set_current_organizationstring
- set_current_teamstring
- passwordstring
- current_passwordstring
- events_column_config
- has_seen_product_intro_for
- theme_mode
- hedgehog_config
- allow_sidebar_suggestionsboolean
- shortcut_position
- role_at_organization
- passkeys_enabled_for_2faboolean
Response
Example request
PATCH /api /users /:uuidExample response
Status 200
RESPONSE
Delete users
Path parameters
- uuidstring
Example request
DELETE /api /users /:uuidExample response
Status 204 No response body
Retrieve users hedgehog config
Path parameters
- uuidstring
Example request
GET /api /users /:uuid /hedgehog_configExample response
Status 200 No response body
Update users hedgehog config
Path parameters
- uuidstring
Request parameters
- first_namestring
- last_namestring
- emailstring
- notification_settingsobject
- anonymize_databoolean
- allow_impersonationboolean
- toolbar_mode
- is_staffboolean
- set_current_organizationstring
- set_current_teamstring
- passwordstring
- current_passwordstring
- events_column_config
- has_seen_product_intro_for
- theme_mode
- hedgehog_config
- allow_sidebar_suggestionsboolean
- shortcut_position
- role_at_organization
- passkeys_enabled_for_2faboolean
Example request
PATCH /api /users /:uuid /hedgehog_configExample response
Status 200 No response body
Create users scene personalisation
Path parameters
- uuidstring
Request parameters
- first_namestring
- last_namestring
- emailstring
- notification_settingsobject
- anonymize_databoolean
- allow_impersonationboolean
- toolbar_mode
- is_staffboolean
- set_current_organizationstring
- set_current_teamstring
- passwordstring
- current_passwordstring
- events_column_config
- has_seen_product_intro_for
- theme_mode
- hedgehog_config
- allow_sidebar_suggestionsboolean
- shortcut_position
- role_at_organization
- passkeys_enabled_for_2faboolean
Example request
POST /api /users /:uuid /scene_personalisation