Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Qwiet Ai saved_searches API

The saved searches endpoints allow users to save specific search queries for organization and app findings

Qwiet Ai saved_searches API is one of 27 APIs that Qwiet Ai publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include saved_searches. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 4 operations across 2 paths. It is described by OpenAPI 3.0.0, at version 4.0.0.

Requests are made against a single base URL, https://app.shiftleft.io/api/v4.

4 operations 2 paths 0 schemas 1 DELETE1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
4.0.0
Base URL
https://app.shiftleft.io/api/v4
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Qwiet Ai saved_searches API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerToken).

  • BearerToken — Use of the Qwiet API requires an access token, which is available via the Qwiet Dashboard (either under [Account Settings](https://app.shiftleft.io/user/profil…

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

saved_searches 4

The saved searches endpoints allow users to save specific search queries for organization and app findings

GET
/orgs/{orgID}/saved_searches
Get all saved searches for an user
ListSavedSearches 1 param → 200
POST
/orgs/{orgID}/saved_searches
Create a new saved search for a user
CreateSavedSearch 1 param body → 201
PUT
/orgs/{orgID}/saved_searches/{searchID}
Update a saved search for a user
UpdateSavedSearch 2 params body → 200
DELETE
/orgs/{orgID}/saved_searches/{searchID}
Delete a saved search for a user
DeleteSavedSearch 2 params → 204

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qwiet-ai-saved-searches-api-openapi.yml Raw ↑

Other APIs Qwiet Ai publishes across the network.

Qwiet Ai alerting API
Qwiet Ai analyze API
Qwiet Ai app_groups API
Qwiet Ai app_labels API
Qwiet Ai apps API
Qwiet Ai autofix API
Qwiet Ai azureboard API
Qwiet Ai branches API
Qwiet Ai comments API
Qwiet Ai compounds API
Qwiet Ai findings API
Qwiet Ai org_backup API