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

Xbow Organizations API

Endpoints related to organizations and their management.

Xbow Organizations API is one of 9 APIs that Xbow publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Organizations. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 6 operations across 4 paths. It is described by OpenAPI 3.1.0, at version 2026-07-01.

Requests are made against 3 base URLs: https://console.xbow.com/, https://console.eu.xbow.com/, https://console.sg.xbow.com/.

6 operations 4 paths 0 schemas 1 DELETE2 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2026-07-01
Base URL
https://console.xbow.com/api/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Xbow Organizations API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API Key) (Authorization).

  • Authorization — Authorization header with Bearer token

Paths & Operations 6

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

Organizations 6

Endpoints related to organizations and their management.

GET
/api/v1/integrations/{integrationId}/organizations
List organizations
4 params → 200400
POST
/api/v1/integrations/{integrationId}/organizations
Create organization
2 params body → 200400403409
DELETE
/api/v1/keys/{keyId}
Revoke organization key
2 params → 204400
GET
/api/v1/organizations/{organizationId}
Get organization
2 params → 200400404
PUT
/api/v1/organizations/{organizationId}
Update organization
2 params body → 200400
POST
/api/v1/organizations/{organizationId}/keys
Create organization key
2 params body → 200400403

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

xbow-organizations-api-openapi.yml Raw ↑

Other APIs Xbow publishes across the network.

Xbow Assessments API
Xbow Assets API
Xbow Findings API
Xbow Lightspeed API
Xbow Meta API
Xbow Reports API
Xbow Resources API
Xbow Webhooks API