Core-11
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
GET | |
GET | |
GET | |
POST | |
GET | |
POST | |
DELETE | |
POST | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST | |
GET | |
GET |
Retrieve groups activity
Required API key scopes
activity_log:readPath parameters
- project_idstring
Query parameters
- group_type_indexinteger
- idstring
Example request
GET /api /projects /:project_id /groups /activityExample response
Status 200 No response body
Create groups delete property
Required API key scopes
group:writePath parameters
- project_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Example request
POST /api /projects /:project_id /groups /delete_propertyExample response
Status 200 No response body
Retrieve groups find
Required API key scopes
group:readPath parameters
- project_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Example request
GET /api /projects /:project_id /groups /findExample response
Status 200 No response body
Retrieve groups property definitions
Required API key scopes
group:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /groups /property_definitionsExample response
Status 200 No response body
Retrieve groups property values
Required API key scopes
group:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /groups /property_valuesExample response
Status 200 No response body
Create groups update property
Required API key scopes
group:writePath parameters
- project_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Example request
POST /api /projects /:project_id /groups /update_propertyExample response
Status 200 No response body
List all insights sharing
Required API key scopes
sharing_configuration:readPath parameters
- insight_idinteger
- project_idstring
Example request
GET /api /projects /:project_id /insights /:insight_id /sharingExample response
Status 200
RESPONSE
Create insights sharing passwords
Create a new password for the sharing configuration.
Required API key scopes
sharing_configuration:writePath parameters
- insight_idinteger
- project_idstring
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST /api /projects /:project_id /insights /:insight_id /sharing /passwordsExample response
Status 200
RESPONSE
Delete insights sharing passwords
Delete a password from the sharing configuration.
Required API key scopes
sharing_configuration:writePath parameters
- insight_idinteger
- password_idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /insights /:insight_id /sharing /passwords /:password_idExample response
Status 204 No response body
Create insights sharing refresh
Required API key scopes
sharing_configuration:writePath parameters
- insight_idinteger
- project_idstring
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST /api /projects /:project_id /insights /:insight_id /sharing /refreshExample response
Status 200
RESPONSE
List all project secret api keys
Required API key scopes
project:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /project_secret_api_keysExample response
Status 200
RESPONSE
Create project secret api keys
Required API key scopes
project:writePath parameters
- project_idstring
Request parameters
- labelstring
- scopesarray
Response
Example request
POST /api /projects /:project_id /project_secret_api_keysExample response
Status 201
RESPONSE
Retrieve project secret api keys
Required API key scopes
project:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /projects /:project_id /project_secret_api_keys /:idExample response
Status 200
RESPONSE
Update project secret api keys
Required API key scopes
project:writePath parameters
- idstring
- project_idstring
Request parameters
- labelstring
- scopesarray
Response
Example request
PATCH /api /projects /:project_id /project_secret_api_keys /:idExample response
Status 200
RESPONSE
Delete project secret api keys
Required API key scopes
project:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /project_secret_api_keys /:idExample response
Status 204 No response body
Create project secret api keys roll
Roll a project secret API key
Path parameters
- idstring
- project_idstring
Response
Example request
POST /api /projects /:project_id /project_secret_api_keys /:id /rollExample response
Status 200
RESPONSE
List all property definitions
Required API key scopes
property_definition:readPath parameters
- project_idstring
Query parameters
- event_namesstring
- exclude_core_propertiesbooleanDefault:
false - exclude_hiddenbooleanDefault:
false - excluded_propertiesstring
- filter_by_event_namesboolean
- group_type_indexinteger
- is_feature_flagboolean
- is_numericalboolean
- limitinteger
- offsetinteger
- propertiesstring
- searchstring
- typestringDefault:
eventOne of:"event""person""group""session" - verifiedboolean
Response
Example request
GET /api /projects /:project_id /property_definitionsExample response
Status 200
RESPONSE
Retrieve property definitions
Required API key scopes
property_definition:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /projects /:project_id /property_definitions /:idExample response
Status 200
RESPONSE