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

Kondukto Teams API

The Teams API from Kondukto — 5 operation(s) for teams.

Kondukto Teams API is one of 11 APIs that Kondukto publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Teams. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 8 operations across 5 paths. It is described by OpenAPI 3.1.0, at version 2.0.

Requests are made against a single base URL, https://{hostname}.

8 operations 5 paths 0 schemas 1 DELETE4 GET2 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0
Base URL
https://api.kondukto.io/api/v2
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Kondukto Teams API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Cookie (apiToken). By default, every request must be authenticated.

  • apiToken — Kondukto-issued API token. Generate it in the UI under Integrations Personal Access Token (shown once). Sent on every request in the X-Cookie header.

Paths & Operations 8

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

Teams 8
GET
/api/v2/teams/
Get Teams
get-teams 4 params → 200401
POST
/api/v2/teams/
Create a Team
create-a-team 1 param body → 201400401
GET
/api/v2/teams/members/
Get Teams With Members
get-teams-with-members 4 params → 200401
GET
/api/v2/teams/{teamID}
Get Team Details
get-team-details 2 params → 200400401
PATCH
/api/v2/teams/{teamID}
Update a Team
update-a-team 2 params body → 200400401
DELETE
/api/v2/teams/{teamID}
Delete a Team
delete-a-team 2 params → 204400401
PATCH
/api/v2/teams/{teamID}/members
Update Team Members
update-team-members 2 params body → 200401
GET
/api/v2/teams/{teamID}/members/
Get Team Members
get-team-members 5 params → 200401

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kondukto-teams-api-openapi.yml Raw ↑

Other APIs Kondukto publishes across the network.

Kondukto Authorization Managers API
Kondukto Events API
Kondukto Health API
Kondukto Labels API
Kondukto Products API
Kondukto Projects API
Kondukto Scanners API
Kondukto Scans API
Kondukto Users API
Kondukto Vulnerabilities API