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 Asset Graphs API

The Asset Graphs API from Censys — 2 operation(s) for asset graphs.

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

Tagged areas include Asset Graphs. 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 4 operations across 2 paths, and defines 7 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.

4 operations 2 paths 7 schemas 1 DELETE2 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 Asset Graphs API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (PersonalAccessToken).

  • PersonalAccessToken — Your Censys personal access token.

Paths & Operations 4

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

Asset Graphs 4
GET
/api/v1/asset-graphs
Censys List Asset Graphs
list-asset-graphs 3 params → 200default
POST
/api/v1/asset-graphs
Censys Create an Asset Graph
create-asset-graph 1 param body → 200default
DELETE
/api/v1/asset-graphs/{id}
Censys Delete an Asset Graph
delete-asset-graph 2 params → 204default
GET
/api/v1/asset-graphs/{id}
Censys Get an Asset Graph
get-asset-graph 2 params → 200default

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are ExecutionStats (10 properties), AssetGraph (8 properties), ErrorModel (7 properties), GraphExecution (6 properties). Each schema is shown below with its type and property counts.

ExecutionStats
object
10 properties 10 required
AssetGraph
object
8 properties 5 required
ListAssetGraphsOutputBody
object
3 properties 1 required
GraphExecution
object
6 properties 4 required
ErrorModel
object
7 properties
CreateAssetGraphInputBody
object
3 properties 1 required
ErrorDetail
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

censys-asset-graphs-api-openapi.yml Raw ↑

Other APIs Censys publishes across the network.

Censys Account Management API
Censys Adversary Investigation API
Censys Assets API
Censys Collections API
Censys Excluded Assets 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