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

Nebulock Findings API

Retrieve and manage security findings and their comments.

Nebulock Findings API is one of 4 APIs that Nebulock publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Findings. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

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

Requests are made against a single base URL, https://api.nebulock.io.

5 operations 3 paths 0 schemas 3 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v2
Base URL
https://api.nebulock.io
Authentication
API Key, API Key
Contact
Resource Areas
1

Authentication & Security 2

Nebulock Findings API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-API-Key-ID (ApiKeyId). An API key is passed in the header as X-API-Key-Secret (ApiKeySecret). By default, every request must be authenticated.

Paths & Operations 5

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

Findings 5

Retrieve and manage security findings and their comments.

GET
/api/v2/findings/{finding_id}
Retrieve the details for a specific finding.
get_finding_with_details 1 param → 200401403404422429
PATCH
/api/v2/findings/{finding_id}
Update an existing finding and return the updated finding.
update_finding 1 param → 200401403404422429
GET
/api/v2/findings
Retrieve all findings within an organization, with pagination metadata.
list_findings → 200401403404422429
GET
/api/v2/findings/{finding_id}/comments
Retrieve the comments for a finding.
get_finding_comments 1 param → 200401403404422429
POST
/api/v2/findings/{finding_id}/comments
Create a comment for a finding.
create_finding_comment 1 param → 200401403404422429

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nebulock-findings-api-openapi.yml Raw ↑

Other APIs Nebulock publishes across the network.

Nebulock Entities API
Nebulock Hunts API
Nebulock Rules API