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

Endpoints related to assessments for assets.All endpoints require an _organization_ API key.

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

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

This API exposes 6 operations across 5 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 5 paths 0 schemas 2 GET4 POST

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 Assessments 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 5 paths, the API surfaces 6 operations — 2 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Assessments 6

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

GET
/api/v1/assessments/{assessmentId}
Get assessment
2 params → 200400404
POST
/api/v1/assessments/{assessmentId}/cancel
Cancel assessment
2 params → 200400404
POST
/api/v1/assessments/{assessmentId}/pause
Pause assessment
2 params → 200400404
POST
/api/v1/assessments/{assessmentId}/resume
Request resume assessment
2 params → 200400404
GET
/api/v1/assets/{assetId}/assessments
List assessments
4 params → 200400
POST
/api/v1/assets/{assetId}/assessments
Request assessment
2 params body → 200400

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

xbow-assessments-api-openapi.yml Raw ↑

Other APIs Xbow publishes across the network.

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