Core-4
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
DELETE | |
POST | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST | |
GET | |
GET | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
GET | |
POST | |
POST |
Delete environments session recordings sharing passwords
Delete a password from the sharing configuration.
Required API key scopes
sharing_configuration:writePath parameters
- environment_idstring
- password_idstring
- recording_idstring
Example request
DELETE /api /environments /:environment_id /session_recordings /:recording_id /sharing /passwords /:password_idExample response
Status 204 No response body
Create environments session recordings sharing refresh
Required API key scopes
sharing_configuration:writePath parameters
- environment_idstring
- recording_idstring
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST /api /environments /:environment_id /session_recordings /:recording_id /sharing /refreshExample response
Status 200
RESPONSE
List all environments subscriptions
Required API key scopes
subscription:readPath parameters
- environment_idstring
Query parameters
- created_bystring
- dashboardinteger
- insightinteger
- limitinteger
- offsetinteger
- orderingstring
- resource_typestringOne of:
"dashboard""insight" - searchstring
- target_typestringOne of:
"email""slack""webhook"
Response
Example request
GET /api /environments /:environment_id /subscriptionsExample response
Status 200
RESPONSE
Create environments subscriptions
Required API key scopes
subscription:writePath parameters
- environment_idstring
Request parameters
- dashboardinteger
- insightinteger
- dashboard_export_insightsarray
- target_type
- target_valuestring
- frequency
- intervalinteger
- byweekdayarray
- bysetposinteger
- countinteger
- start_datestring
- until_datestring
- deletedboolean
- titlestring
- integration_idinteger
- invite_messagestring
- summary_enabledboolean
- summary_prompt_guidestring
Response
Example request
POST /api /environments /:environment_id /subscriptionsExample response
Status 201
RESPONSE
Retrieve environments subscriptions
Required API key scopes
subscription:readPath parameters
- environment_idstring
- idinteger
Response
Example request
GET /api /environments /:environment_id /subscriptions /:idExample response
Status 200
RESPONSE
Update environments subscriptions
Required API key scopes
subscription:writePath parameters
- environment_idstring
- idinteger
Request parameters
- dashboardinteger
- insightinteger
- dashboard_export_insightsarray
- target_type
- target_valuestring
- frequency
- intervalinteger
- byweekdayarray
- bysetposinteger
- countinteger
- start_datestring
- until_datestring
- deletedboolean
- titlestring
- integration_idinteger
- invite_messagestring
- summary_enabledboolean
- summary_prompt_guidestring
Response
Example request
PATCH /api /environments /:environment_id /subscriptions /:idExample response
Status 200
RESPONSE
Delete environments subscriptions
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
- environment_idstring
- idinteger
Example request
DELETE /api /environments /:environment_id /subscriptions /:idExample response
Status 405 No response body
Create environments subscriptions test delivery
Required API key scopes
subscription:writePath parameters
- environment_idstring
- idinteger
Example request
POST /api /environments /:environment_id /subscriptions /:id /test-deliveryExample response
Status 202 Test delivery workflow started
List all subscriptions deliveries
Paginated delivery history for a subscription. Requires premium subscriptions.
Required API key scopes
subscription:readPath parameters
- project_idstring
- subscription_idinteger
Query parameters
- cursorstring
- statusstringOne of:
"completed""failed""skipped""starting"
Response
Example request
GET /api /environments /:project_id /subscriptions /:subscription_id /deliveriesExample response
Status 200
RESPONSE
Retrieve subscriptions deliveries
Fetch one delivery row by id.
Required API key scopes
subscription:readPath parameters
- idstring
- project_idstring
- subscription_idinteger
Response
Example request
GET /api /environments /:project_id /subscriptions /:subscription_id /deliveries /:idExample response
Status 200
RESPONSE
List all domains
Required API key scopes
organization:readPath parameters
- organization_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /organizations /:organization_id /domainsExample response
Status 200
RESPONSE
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
- scim_enabledboolean
Response
Example request
POST /api /organizations /:organization_id /domainsExample response
Status 201
RESPONSE
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
Retrieve domains scim logs
Path parameters
- idstring
- organization_idstring
Example request
GET /api /organizations /:organization_id /domains /:id /scim /logsExample response
Status 200 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 /verify