| GET | /api/v2 | Root resource |
| GET | /api/v2/account/relay-auto-configs | List Relay Proxy configs |
| POST | /api/v2/account/relay-auto-configs | Create a new Relay Proxy config |
| GET | /api/v2/account/relay-auto-configs/{id} | Get Relay Proxy config |
| PATCH | /api/v2/account/relay-auto-configs/{id} | Update a Relay Proxy config |
| DELETE | /api/v2/account/relay-auto-configs/{id} | Delete Relay Proxy config by ID |
| POST | /api/v2/account/relay-auto-configs/{id}/reset | Reset Relay Proxy configuration key |
| GET | /api/v2/applications | Get applications |
| GET | /api/v2/applications/{applicationKey} | Get application by key |
| PATCH | /api/v2/applications/{applicationKey} | Update application |
| DELETE | /api/v2/applications/{applicationKey} | Delete application |
| GET | /api/v2/applications/{applicationKey}/versions | Get application versions by application key |
| PATCH | /api/v2/applications/{applicationKey}/versions/{versionKey} | Update application version |
| DELETE | /api/v2/applications/{applicationKey}/versions/{versionKey} | Delete application version |
| GET | /api/v2/approval-requests | List approval requests |
| POST | /api/v2/approval-requests | Create approval request |
| GET | /api/v2/approval-requests/{id} | Get approval request |
| PATCH | /api/v2/approval-requests/{id} | Update approval request |
| DELETE | /api/v2/approval-requests/{id} | Delete approval request |
| POST | /api/v2/approval-requests/{id}/apply | Apply approval request |
| POST | /api/v2/approval-requests/{id}/reviews | Review approval request |
| GET | /api/v2/auditlog | List audit log entries |
| POST | /api/v2/auditlog | Search audit log entries |
| POST | /api/v2/auditlog/counts | Get audit log entry counts |
| GET | /api/v2/auditlog/{id} | Get audit log entry |
| GET | /api/v2/caller-identity | Identify the caller |
| GET | /api/v2/code-refs/extinctions | List extinctions |
| GET | /api/v2/code-refs/repositories | List repositories |
| POST | /api/v2/code-refs/repositories | Create repository |
| GET | /api/v2/code-refs/repositories/{repo} | Get repository |
| PATCH | /api/v2/code-refs/repositories/{repo} | Update repository |
| DELETE | /api/v2/code-refs/repositories/{repo} | Delete repository |
| POST | /api/v2/code-refs/repositories/{repo}/branch-delete-tasks | Delete branches |
| GET | /api/v2/code-refs/repositories/{repo}/branches | List branches |
| GET | /api/v2/code-refs/repositories/{repo}/branches/{branch} | Get branch |
| PUT | /api/v2/code-refs/repositories/{repo}/branches/{branch} | Upsert branch |
| POST | /api/v2/code-refs/repositories/{repo}/branches/{branch}/extinction-events | Create extinction |
| GET | /api/v2/code-refs/statistics | Get links to code reference repositories for each project |
| GET | /api/v2/code-refs/statistics/{projectKey} | Get code references statistics for flags |
| GET | /api/v2/destinations | List destinations |
| POST | /api/v2/destinations/generate-warehouse-destination-key-pair | Generate Snowflake destination key pair |
| POST | /api/v2/destinations/projects/{projKey}/environments/{envKey}/generate-trust-policy | Generate trust policy |
| POST | /api/v2/destinations/{projectKey}/{environmentKey} | Create Data Export destination |
| GET | /api/v2/destinations/{projectKey}/{environmentKey}/{id} | Get destination |
| PATCH | /api/v2/destinations/{projectKey}/{environmentKey}/{id} | Update Data Export destination |
| DELETE | /api/v2/destinations/{projectKey}/{environmentKey}/{id} | Delete Data Export destination |
| GET | /api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey} | List flag links |
| POST | /api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey} | Create flag link |
| PATCH | /api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}/{id} | Update flag link |
| DELETE | /api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}/{id} | Delete flag link |
| GET | /api/v2/flag-status/{projectKey}/{featureFlagKey} | Get flag status across environments |
| GET | /api/v2/flag-statuses/{projectKey}/{environmentKey} | List feature flag statuses |
| GET | /api/v2/flag-statuses/{projectKey}/{environmentKey}/{featureFlagKey} | Get feature flag status |
| GET | /api/v2/flags/{projectKey} | List feature flags |
| POST | /api/v2/flags/{projectKey} | Create a feature flag |
| GET | /api/v2/flags/{projectKey}/{environmentKey}/{featureFlagKey}/dependent-flags | List dependent feature flags by environment |
| GET | /api/v2/flags/{projectKey}/{featureFlagKey} | Get feature flag |
| PATCH | /api/v2/flags/{projectKey}/{featureFlagKey} | Update feature flag |
| DELETE | /api/v2/flags/{projectKey}/{featureFlagKey} | Delete feature flag |
| POST | /api/v2/flags/{projectKey}/{featureFlagKey}/copy | Copy feature flag |
| GET | /api/v2/flags/{projectKey}/{featureFlagKey}/dependent-flags | List dependent feature flags |
| GET | /api/v2/flags/{projectKey}/{featureFlagKey}/expiring-targets/{environmentKey} | Get expiring context targets for feature flag |
| PATCH | /api/v2/flags/{projectKey}/{featureFlagKey}/expiring-targets/{environmentKey} | Update expiring context targets on feature flag |
| GET | /api/v2/flags/{projectKey}/{featureFlagKey}/expiring-user-targets/{environmentKey} | Get expiring user targets for feature flag |
| PATCH | /api/v2/flags/{projectKey}/{featureFlagKey}/expiring-user-targets/{environmentKey} | Update expiring user targets on feature flag |
| GET | /api/v2/flags/{projectKey}/{featureFlagKey}/triggers/{environmentKey} | List flag triggers |
| POST | /api/v2/flags/{projectKey}/{featureFlagKey}/triggers/{environmentKey} | Create flag trigger |
| GET | /api/v2/flags/{projectKey}/{featureFlagKey}/triggers/{environmentKey}/{id} | Get flag trigger by ID |
| PATCH | /api/v2/flags/{projectKey}/{featureFlagKey}/triggers/{environmentKey}/{id} | Update flag trigger |
| DELETE | /api/v2/flags/{projectKey}/{featureFlagKey}/triggers/{environmentKey}/{id} | Delete flag trigger |
| GET | /api/v2/flags/{projectKey}/{flagKey}/release | Get release for flag |
| PATCH | /api/v2/flags/{projectKey}/{flagKey}/release | Patch release for flag |
| DELETE | /api/v2/flags/{projectKey}/{flagKey}/release | Delete a release for flag |
| GET | /api/v2/integration-capabilities/big-segment-store | List all big segment store integrations |
| POST | /api/v2/integration-capabilities/big-segment-store/{projectKey}/{environmentKey}/{integrationKey} | Create big segment store integration |
| GET | /api/v2/integration-capabilities/big-segment-store/{projectKey}/{environmentKey}/{integrationKey}/{integrationId} | Get big segment store integration by ID |
| PATCH | /api/v2/integration-capabilities/big-segment-store/{projectKey}/{environmentKey}/{integrationKey}/{integrationId} | Update big segment store integration |
| DELETE | /api/v2/integration-capabilities/big-segment-store/{projectKey}/{environmentKey}/{integrationKey}/{integrationId} | Delete big segment store integration |
| GET | /api/v2/integration-capabilities/featureStore | List all delivery configurations |
| GET | /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey} | Get delivery configurations by environment |
| POST | /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey} | Create delivery configuration |
| GET | /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id} | Get delivery configuration by ID |
| PATCH | /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id} | Update delivery configuration |
| DELETE | /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id} | Delete delivery configuration |
| POST | /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id}/validate | Validate delivery configuration |
| GET | /api/v2/integration-capabilities/flag-import | List all flag import configurations |
| POST | /api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey} | Create a flag import configuration |
| GET | /api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey}/{integrationId} | Get a single flag import configuration |
| PATCH | /api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey}/{integrationId} | Update a flag import configuration |
| DELETE | /api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey}/{integrationId} | Delete a flag import configuration |
| POST | /api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey}/{integrationId}/trigger | Trigger a single flag import run |
| GET | /api/v2/integration-configurations/keys/{integrationKey} | Get all configurations for the integration |
| POST | /api/v2/integration-configurations/keys/{integrationKey} | Create integration configuration |
| GET | /api/v2/integration-configurations/{integrationConfigurationId} | Get an integration configuration |
| PATCH | /api/v2/integration-configurations/{integrationConfigurationId} | Update integration configuration |
| DELETE | /api/v2/integration-configurations/{integrationConfigurationId} | Delete integration configuration |
| GET | /api/v2/integrations/{integrationKey} | Get audit log subscriptions by integration |
| POST | /api/v2/integrations/{integrationKey} | Create audit log subscription |
| GET | /api/v2/integrations/{integrationKey}/{id} | Get audit log subscription by ID |
| PATCH | /api/v2/integrations/{integrationKey}/{id} | Update audit log subscription |
| DELETE | /api/v2/integrations/{integrationKey}/{id} | Delete audit log subscription |
| GET | /api/v2/members | List account members |
| POST | /api/v2/members | Invite new members |
| PATCH | /api/v2/members | Modify account members |
| GET | /api/v2/members/{id} | Get account member |
| PATCH | /api/v2/members/{id} | Modify an account member |
| DELETE | /api/v2/members/{id} | Delete account member |
| POST | /api/v2/members/{id}/teams | Add a member to teams |
| GET | /api/v2/metrics/{projectKey} | List metrics |
| POST | /api/v2/metrics/{projectKey} | Create metric |
| GET | /api/v2/metrics/{projectKey}/{metricKey} | Get metric |
| PATCH | /api/v2/metrics/{projectKey}/{metricKey} | Update metric |
| DELETE | /api/v2/metrics/{projectKey}/{metricKey} | Delete metric |
| GET | /api/v2/oauth/clients | Get clients |
| POST | /api/v2/oauth/clients | Create a LaunchDarkly OAuth 2.0 client |
| GET | /api/v2/oauth/clients/{clientId} | Get client by ID |
| PATCH | /api/v2/oauth/clients/{clientId} | Patch client by ID |
| DELETE | /api/v2/oauth/clients/{clientId} | Delete OAuth 2.0 client |
| GET | /api/v2/openapi.json | Gets the OpenAPI spec in json |
| GET | /api/v2/projects | List projects |
| POST | /api/v2/projects | Create project |
| GET | /api/v2/projects/{projectKey} | Get project |
| PATCH | /api/v2/projects/{projectKey} | Update project |
| DELETE | /api/v2/projects/{projectKey} | Delete project |
| GET | /api/v2/projects/{projectKey}/context-kinds | Get context kinds |
| PUT | /api/v2/projects/{projectKey}/context-kinds/{key} | Create or update context kind |
| GET | /api/v2/projects/{projectKey}/environments | List environments |
| POST | /api/v2/projects/{projectKey}/environments | Create environment |
| GET | /api/v2/projects/{projectKey}/environments/{environmentKey} | Get environment |
| PATCH | /api/v2/projects/{projectKey}/environments/{environmentKey} | Update environment |
| DELETE | /api/v2/projects/{projectKey}/environments/{environmentKey} | Delete environment |
| POST | /api/v2/projects/{projectKey}/environments/{environmentKey}/apiKey | Reset environment SDK key |
| GET | /api/v2/projects/{projectKey}/environments/{environmentKey}/context-attributes | Get context attribute names |
| GET | /api/v2/projects/{projectKey}/environments/{environmentKey}/context-attributes/{attributeName} | Get context attribute values |
| POST | /api/v2/projects/{projectKey}/environments/{environmentKey}/context-instances/search | Search for context instances |
| GET | /api/v2/projects/{projectKey}/environments/{environmentKey}/context-instances/{id} | Get context instances |
| DELETE | /api/v2/projects/{projectKey}/environments/{environmentKey}/context-instances/{id} | Delete context instances |
| POST | /api/v2/projects/{projectKey}/environments/{environmentKey}/contexts/search | Search for contexts |
| PUT | /api/v2/projects/{projectKey}/environments/{environmentKey}/contexts/{contextKind}/{contextKey}/flags/{featureFlagKey} | Update flag settings for context |
| GET | /api/v2/projects/{projectKey}/environments/{environmentKey}/contexts/{kind}/{key} | Get contexts |
| GET | /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments | Get experiments |
| POST | /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments | Create experiment |
| GET | /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey} | Get experiment |
| PATCH | /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey} | Patch experiment |
| POST | /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}/iterations | Create iteration |
| POST | /api/v2/projects/{projectKey}/environments/{environmentKey}/flags/evaluate | Evaluate flags for context instance |
| GET | /api/v2/projects/{projectKey}/environments/{environmentKey}/followers | Get followers of all flags in a given project and environment |
| GET | /api/v2/projects/{projectKey}/environments/{environmentKey}/holdouts | Get all holdouts |
| POST | /api/v2/projects/{projectKey}/environments/{environmentKey}/holdouts | Create holdout |
| GET | /api/v2/projects/{projectKey}/environments/{environmentKey}/holdouts/id/{holdoutId} | Get Holdout by Id |
| GET | /api/v2/projects/{projectKey}/environments/{environmentKey}/holdouts/{holdoutKey} | Get holdout |
| PATCH | /api/v2/projects/{projectKey}/environments/{environmentKey}/holdouts/{holdoutKey} | Patch holdout |
| POST | /api/v2/projects/{projectKey}/environments/{environmentKey}/mobileKey | Reset environment mobile SDK key |
| POST | /api/v2/projects/{projectKey}/environments/{environmentKey}/segments/evaluate | List segment memberships for context instance |
| GET | /api/v2/projects/{projectKey}/experimentation-settings | Get experimentation settings |
| PUT | /api/v2/projects/{projectKey}/experimentation-settings | Update experimentation settings |
| GET | /api/v2/projects/{projectKey}/flag-defaults | Get flag defaults for project |
| PATCH | /api/v2/projects/{projectKey}/flag-defaults | Update flag default for project |
| PUT | /api/v2/projects/{projectKey}/flag-defaults | Create or update flag defaults for project |
| GET | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests | List approval requests for a flag |
| POST | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests | Create approval request for a flag |
| POST | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests-flag-copy | Create approval request to copy flag configurations across environments |
| GET | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id} | Get approval request for a flag |
| PATCH | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id} | Update flag approval request |
| DELETE | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id} | Delete approval request for a flag |
| POST | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id}/apply | Apply approval request for a flag |
| POST | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id}/reviews | Review approval request for a flag |
| GET | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/followers | Get followers of a flag in a project and environment |
| PUT | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/followers/{memberId} | Add a member as a follower of a flag in a project and environment |
| DELETE | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/followers/{memberId} | Remove a member as a follower of a flag in a project and environment |
| GET | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes | List scheduled changes |
| POST | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes | Create scheduled changes workflow |
| GET | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{id} | Get a scheduled change |
| PATCH | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{id} | Update scheduled changes workflow |
| DELETE | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{id} | Delete scheduled changes workflow |
| GET | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/workflows | Get workflows |
| POST | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/workflows | Create workflow |
| GET | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/workflows/{workflowId} | Get custom workflow |
| DELETE | /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/workflows/{workflowId} | Delete workflow |
| POST | /api/v2/projects/{projectKey}/flags/{flagKey}/environments/{environmentKey}/migration-safety-issues | Get migration safety issues |
| PUT | /api/v2/projects/{projectKey}/flags/{flagKey}/release | Create a new release for flag |
| PUT | /api/v2/projects/{projectKey}/flags/{flagKey}/release/phases/{phaseId} | Update phase status for release |
| GET | /api/v2/projects/{projectKey}/layers | Get layers |
| POST | /api/v2/projects/{projectKey}/layers | Create layer |
| PATCH | /api/v2/projects/{projectKey}/layers/{layerKey} | Update layer |
| GET | /api/v2/projects/{projectKey}/metric-groups | List metric groups |
| POST | /api/v2/projects/{projectKey}/metric-groups | Create metric group |
| GET | /api/v2/projects/{projectKey}/metric-groups/{metricGroupKey} | Get metric group |
| PATCH | /api/v2/projects/{projectKey}/metric-groups/{metricGroupKey} | Patch metric group |
| DELETE | /api/v2/projects/{projectKey}/metric-groups/{metricGroupKey} | Delete metric group |
| GET | /api/v2/projects/{projectKey}/release-pipelines | Get all release pipelines |
| POST | /api/v2/projects/{projectKey}/release-pipelines | Create a release pipeline |
| GET | /api/v2/projects/{projectKey}/release-pipelines/{pipelineKey} | Get release pipeline by key |
| PUT | /api/v2/projects/{projectKey}/release-pipelines/{pipelineKey} | Update a release pipeline |
| DELETE | /api/v2/projects/{projectKey}/release-pipelines/{pipelineKey} | Delete release pipeline |
| GET | /api/v2/projects/{projectKey}/release-pipelines/{pipelineKey}/releases | Get release progressions for release pipeline |
| GET | /api/v2/public-ip-list | Gets the public IP list |
| GET | /api/v2/roles | List custom roles |
| POST | /api/v2/roles | Create custom role |
| GET | /api/v2/roles/{customRoleKey} | Get custom role |
| PATCH | /api/v2/roles/{customRoleKey} | Update custom role |
| DELETE | /api/v2/roles/{customRoleKey} | Delete custom role |
| GET | /api/v2/segments/{projectKey}/{environmentKey} | List segments |
| POST | /api/v2/segments/{projectKey}/{environmentKey} | Create segment |
| GET | /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey} | Get segment |
| PATCH | /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey} | Patch segment |
| DELETE | /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey} | Delete segment |
| POST | /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/contexts | Update context targets on a big segment |
| GET | /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/contexts/{contextKey} | Get big segment membership for context |
| POST | /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/exports | Create big segment export |
| GET | /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/exports/{exportID} | Get big segment export |
| POST | /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports | Create big segment import |
| GET | /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports/{importID} | Get big segment import |
| POST | /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/users | Update user context targets on a big segment |
| GET | /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/users/{userKey} | Get big segment membership for user |
| GET | /api/v2/segments/{projectKey}/{segmentKey}/expiring-targets/{environmentKey} | Get expiring targets for segment |
| PATCH | /api/v2/segments/{projectKey}/{segmentKey}/expiring-targets/{environmentKey} | Update expiring targets for segment |
| GET | /api/v2/segments/{projectKey}/{segmentKey}/expiring-user-targets/{environmentKey} | Get expiring user targets for segment |
| PATCH | /api/v2/segments/{projectKey}/{segmentKey}/expiring-user-targets/{environmentKey} | Update expiring user targets for segment |
| GET | /api/v2/teams | List teams |
| POST | /api/v2/teams | Create team |
| PATCH | /api/v2/teams | Update teams |
| GET | /api/v2/teams/{teamKey} | Get team |
| PATCH | /api/v2/teams/{teamKey} | Update team |
| DELETE | /api/v2/teams/{teamKey} | Delete team |
| GET | /api/v2/teams/{teamKey}/maintainers | Get team maintainers |
| POST | /api/v2/teams/{teamKey}/members | Add multiple members to team |
| GET | /api/v2/teams/{teamKey}/roles | Get team custom roles |
| GET | /api/v2/templates | Get workflow templates |
| POST | /api/v2/templates | Create workflow template |
| DELETE | /api/v2/templates/{templateKey} | Delete workflow template |
| GET | /api/v2/tokens | List access tokens |
| POST | /api/v2/tokens | Create access token |
| GET | /api/v2/tokens/{id} | Get access token |
| PATCH | /api/v2/tokens/{id} | Patch access token |
| DELETE | /api/v2/tokens/{id} | Delete access token |
| POST | /api/v2/tokens/{id}/reset | Reset access token |
| GET | /api/v2/usage/clientside-contexts | Get contexts clientside usage |
| GET | /api/v2/usage/clientside-mau | Get MAU clientside usage |
| GET | /api/v2/usage/data-export-events | Get data export events usage |
| GET | /api/v2/usage/evaluations/{projectKey}/{environmentKey}/{featureFlagKey} | Get evaluations usage |
| GET | /api/v2/usage/events/{type} | Get events usage |
| GET | /api/v2/usage/experimentation-events | Get experimentation events usage |
| GET | /api/v2/usage/experimentation-keys | Get experimentation keys usage |
| GET | /api/v2/usage/mau | Get MAU usage |
| GET | /api/v2/usage/mau/bycategory | Get MAU usage by category |
| GET | /api/v2/usage/mau/sdks | Get MAU SDKs by type |
| GET | /api/v2/usage/observability/errors | Get observability errors usage |
| GET | /api/v2/usage/observability/logs | Get observability logs usage |
| GET | /api/v2/usage/observability/metrics | Get observability metrics usage |
| GET | /api/v2/usage/observability/sessions | Get observability sessions usage |
| GET | /api/v2/usage/observability/traces | Get observability traces usage |
| GET | /api/v2/usage/sdk-versions/details | Get SDK versions usage details |
| GET | /api/v2/usage/serverside-contexts | Get contexts serverside usage |
| GET | /api/v2/usage/service-connections | Get service connections usage |
| GET | /api/v2/usage/streams/{source} | Get stream usage |
| GET | /api/v2/usage/streams/{source}/bysdkversion | Get stream usage by SDK version |
| GET | /api/v2/usage/streams/{source}/sdkversions | Get stream usage SDK versions |
| GET | /api/v2/usage/total-contexts | Get contexts total usage |
| GET | /api/v2/usage/total-mau | Get MAU total usage |
| GET | /api/v2/usage/vega-ai | Get Vega AI usage |
| GET | /api/v2/user-attributes/{projectKey}/{environmentKey} | Get user attribute names |
| GET | /api/v2/user-search/{projectKey}/{environmentKey} | Find users |
| GET | /api/v2/users/{projectKey}/{environmentKey} | List users |
| GET | /api/v2/users/{projectKey}/{environmentKey}/{userKey} | Get user |
| DELETE | /api/v2/users/{projectKey}/{environmentKey}/{userKey} | Delete user |
| GET | /api/v2/users/{projectKey}/{environmentKey}/{userKey}/flags | List flag settings for user |
| GET | /api/v2/users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey} | Get flag setting for user |
| PUT | /api/v2/users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey} | Update flag settings for user |
| GET | /api/v2/users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey} | Get expiring dates on flags for user |
| PATCH | /api/v2/users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey} | Update expiring user target for flags |
| GET | /api/v2/versions | Get version information |
| GET | /api/v2/webhooks | List webhooks |
| POST | /api/v2/webhooks | Creates a webhook |
| GET | /api/v2/webhooks/{id} | Get webhook |
| PATCH | /api/v2/webhooks/{id} | Update webhook |
| DELETE | /api/v2/webhooks/{id} | Delete webhook |
| GET | /api/v2/tags | List tags |
| GET | /api/v2/projects/{projectKey}/ai-configs/{configKey}/targeting | Show an AI Config's targeting |
| PATCH | /api/v2/projects/{projectKey}/ai-configs/{configKey}/targeting | Update AI Config targeting |
| GET | /api/v2/projects/{projectKey}/ai-configs | List AI Configs |
| POST | /api/v2/projects/{projectKey}/ai-configs | Create new AI Config |
| DELETE | /api/v2/projects/{projectKey}/ai-configs/{configKey} | Delete AI Config |
| GET | /api/v2/projects/{projectKey}/ai-configs/{configKey} | Get AI Config |
| PATCH | /api/v2/projects/{projectKey}/ai-configs/{configKey} | Update AI Config |
| POST | /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations | Create AI Config variation |
| DELETE | /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey} | Delete AI Config variation |
| GET | /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey} | Get AI Config variation |
| PATCH | /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey} | Update AI Config variation |
| GET | /api/v2/projects/{projectKey}/ai-configs/{configKey}/metrics | Get AI Config metrics |
| GET | /api/v2/projects/{projectKey}/ai-configs/{configKey}/metrics-by-variation | Get AI Config metrics by variation |
| DELETE | /api/v2/projects/{projectKey}/ai-configs/model-configs/restricted | Remove AI models from the restricted list |
| POST | /api/v2/projects/{projectKey}/ai-configs/model-configs/restricted | Add AI models to the restricted list |
| GET | /api/v2/projects/{projectKey}/ai-configs/model-configs | List AI model configs |
| POST | /api/v2/projects/{projectKey}/ai-configs/model-configs | Create an AI model config |
| DELETE | /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Delete an AI model config |
| GET | /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Get AI model config |
| GET | /api/v2/projects/{projectKey}/ai-tools | List AI tools |
| POST | /api/v2/projects/{projectKey}/ai-tools | Create an AI tool |
| GET | /api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions | List AI tool versions |
| DELETE | /api/v2/projects/{projectKey}/ai-tools/{toolKey} | Delete AI tool |
| GET | /api/v2/projects/{projectKey}/ai-tools/{toolKey} | Get AI tool |
| PATCH | /api/v2/projects/{projectKey}/ai-tools/{toolKey} | Update AI tool |
| GET | /api/v2/projects/{projectKey}/agent-graphs | List agent graphs |
| POST | /api/v2/projects/{projectKey}/agent-graphs | Create new agent graph |
| DELETE | /api/v2/projects/{projectKey}/agent-graphs/{graphKey} | Delete agent graph |
| GET | /api/v2/projects/{projectKey}/agent-graphs/{graphKey} | Get agent graph |
| PATCH | /api/v2/projects/{projectKey}/agent-graphs/{graphKey} | Update agent graph |
| GET | /api/v2/announcements | Get announcements |
| POST | /api/v2/announcements | Create an announcement |
| DELETE | /api/v2/announcements/{announcementId} | Delete an announcement |
| PATCH | /api/v2/announcements/{announcementId} | Update an announcement |
| GET | /api/v2/approval-requests/projects/{projectKey}/settings | Get approval request settings |
| PATCH | /api/v2/approval-requests/projects/{projectKey}/settings | Update approval request settings |
| GET | /api/v2/projects/{projectKey}/views | List views |
| POST | /api/v2/projects/{projectKey}/views | Create view |
| DELETE | /api/v2/projects/{projectKey}/views/{viewKey} | Delete view |
| GET | /api/v2/projects/{projectKey}/views/{viewKey} | Get view |
| PATCH | /api/v2/projects/{projectKey}/views/{viewKey} | Update view |
| DELETE | /api/v2/projects/{projectKey}/views/{viewKey}/link/{resourceType} | Unlink resource |
| POST | /api/v2/projects/{projectKey}/views/{viewKey}/link/{resourceType} | Link resource |
| GET | /api/v2/projects/{projectKey}/views/{viewKey}/linked/{resourceType} | Get linked resources |
| GET | /api/v2/projects/{projectKey}/view-associations/{resourceType}/{resourceKey} | Get linked views for a given resource |
| GET | /api/v2/projects/{projectKey}/release-policies | List release policies |
| POST | /api/v2/projects/{projectKey}/release-policies | Create a release policy |
| POST | /api/v2/projects/{projectKey}/release-policies/order | Update the order of existing release policies |
| DELETE | /api/v2/projects/{projectKey}/release-policies/{policyKey} | Delete a release policy |
| GET | /api/v2/projects/{projectKey}/release-policies/{policyKey} | Get a release policy by key |
| PUT | /api/v2/projects/{projectKey}/release-policies/{policyKey} | Update a release policy |
| GET | /api/v2/engineering-insights/charts/deployments/frequency | Get deployment frequency chart data |
| GET | /api/v2/engineering-insights/charts/flags/stale | Get stale flags chart data |
| GET | /api/v2/engineering-insights/charts/flags/status | Get flag status chart data |
| GET | /api/v2/engineering-insights/charts/lead-time | Get lead time chart data |
| GET | /api/v2/engineering-insights/charts/releases/frequency | Get release frequency chart data |
| POST | /api/v2/engineering-insights/deployment-events | Create deployment event |
| GET | /api/v2/engineering-insights/deployments | List deployments |
| GET | /api/v2/engineering-insights/deployments/{deploymentID} | Get deployment |
| PATCH | /api/v2/engineering-insights/deployments/{deploymentID} | Update deployment |
| GET | /api/v2/engineering-insights/flag-events | List flag events |
| POST | /api/v2/engineering-insights/insights/group | Create insight group |
| GET | /api/v2/engineering-insights/insights/groups | List insight groups |
| GET | /api/v2/engineering-insights/insights/groups/{insightGroupKey} | Get insight group |
| PATCH | /api/v2/engineering-insights/insights/groups/{insightGroupKey} | Patch insight group |
| DELETE | /api/v2/engineering-insights/insights/groups/{insightGroupKey} | Delete insight group |
| GET | /api/v2/engineering-insights/insights/scores | Get insight scores |
| GET | /api/v2/engineering-insights/pull-requests | List pull requests |
| GET | /api/v2/engineering-insights/repositories | List repositories |
| PUT | /api/v2/engineering-insights/repositories/projects | Associate repositories with projects |
| DELETE | /api/v2/engineering-insights/repositories/{repositoryKey}/projects/{projectKey} | Remove repository project association |