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 Assets API

Endpoints related to assets within an organization.All endpoints require an _organization_ API key.

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

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

This API exposes 4 operations across 2 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/.

4 operations 2 paths 0 schemas 2 GET1 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 Assets API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API Key) (Authorization).

  • Authorization — Authorization header with Bearer token

Paths & Operations 4

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

Assets 4

Endpoints related to assets within an organization. All endpoints require an organization API key.

GET
/api/v1/assets/{assetId}
Get asset
2 params → 200400404
PUT
/api/v1/assets/{assetId}
Update asset
2 params body → 200400
GET
/api/v1/organizations/{organizationId}/assets
List assets
4 params → 200400
POST
/api/v1/organizations/{organizationId}/assets
Create asset
2 params body → 201400

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

xbow-assets-api-openapi.yml Raw ↑

Other APIs Xbow publishes across the network.

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