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

Censys Excluded Assets API

The Excluded Assets API from Censys — 2 operation(s) for excluded assets.

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

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

This API exposes 3 operations across 2 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 1.0.12.

Requests are made against a single base URL, https://graph.data.censys.io.

3 operations 2 paths 6 schemas 1 DELETE1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.12
Base URL
https://api.platform.censys.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Censys Excluded Assets API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (PersonalAccessToken).

  • PersonalAccessToken — Your Censys personal access token.

Paths & Operations 3

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

Excluded Assets 3
GET
/api/v1/asset-graphs/{graph_id}/excluded-assets
Censys List Excluded Assets
list-excluded-assets 4 params → 200default
POST
/api/v1/asset-graphs/{graph_id}/excluded-assets
Censys Create an Excluded Asset
create-excluded-asset 2 params body → 200default
DELETE
/api/v1/asset-graphs/{graph_id}/excluded-assets/{excluded_asset_id}
Censys Delete an Excluded Asset
delete-excluded-asset 3 params → 204default

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are ExcludedAsset (12 properties), AssetRef (11 properties), ErrorModel (7 properties), ErrorDetail (3 properties). Each schema is shown below with its type and property counts.

AssetRef
object
11 properties
ErrorModel
object
7 properties
WebPropertyIdentifier
object
2 properties 2 required
ExcludedAsset
object
12 properties 1 required
ListExcludedAssetsOutputBody
object
3 properties 1 required
ErrorDetail
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

censys-excluded-assets-api-openapi.yml Raw ↑

Other APIs Censys publishes across the network.

Censys Account Management API
Censys Adversary Investigation API
Censys Asset Graphs API
Censys Assets API
Censys Collections API
Censys Global Data API
Censys Graph Executions API
Censys Risks API
Censys Seeds API
Censys Shards API
Censys Supply Chain Intelligence API
Censys Tags and Comments API