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 Tags and Comments API

Endpoints related to asset tagging and commenting

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

Tagged areas include Tags and Comments. 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 12 operations across 6 paths, and defines 21 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.

12 operations 6 paths 21 schemas 3 DELETE4 GET3 POST2 PUT

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 Tags and Comments API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (PersonalAccessToken).

  • PersonalAccessToken — Your Censys personal access token.

Paths & Operations 12

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

Tags and Comments 12

Endpoints related to asset tagging and commenting

GET
/v3/comments
Censys List Comments
v3-comments-list-comments 9 params → 200401403422500
POST
/v3/comments
Censys Create a Comment
v3-comments-create-comment 2 params body → 201401403422500
DELETE
/v3/comments/{comment_id}
Censys Delete a Comment
v3-comments-delete-comment 3 params → 204401403404422500
PUT
/v3/comments/{comment_id}
Censys Update a Comment
v3-comments-update-comment 3 params body → 200401403404422500
GET
/v3/tags
Censys List Tags
v3-tags-list-tags 8 params → 200401403422500
POST
/v3/tags
Censys Create a Tag
v3-tags-create-tag 2 params body → 201401403409422500
DELETE
/v3/tags/{tag_id}
Censys Delete a Tag
v3-tags-delete-tag 3 params → 204401403404422500
GET
/v3/tags/{tag_id}
Censys Get a Tag
v3-tags-get-tag 3 params → 200401403404422500
PUT
/v3/tags/{tag_id}
Censys Update a Tag
v3-tags-update-tag 3 params body → 200401403404409422500
GET
/v3/tags/{tag_id}/assignments
Censys List Tag Assignments
v3-tags-list-assignments 10 params → 200401403404422500
POST
/v3/tags/{tag_id}/assignments
Censys Create a Tag Assignment
v3-tags-create-assignment 3 params body → 201401403404409422500
DELETE
/v3/tags/{tag_id}/assignments/{assignment_id}
Censys Delete a Tag Assignment
v3-tags-delete-assignment 4 params → 204401403404422500

Schemas 21

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

ResponseEnvelopeTagAssignment
object
1 property
CreateTagInputBody
object
3 properties 2 required
CreateCommentInputBody
object
2 properties 2 required
Tag
object
7 properties 6 required
ResponseEnvelopeComment
object
1 property
ResponseEnvelopeCommentsList
object
1 property
UpdateTagInputBody
object
3 properties
ResponseEnvelopeTag
object
1 property
ErrorDetail
object
3 properties
ResponseEnvelopeTagAssignmentsList
object
1 property
TagAssignment
object
7 properties 7 required
UpdateCommentInputBody
object
1 property 1 required
TagAssignmentsList
object
3 properties 2 required
AuthenticationErrorDetail
object
5 properties
AuthenticationError
object
1 property
CommentsList
object
3 properties 2 required
Comment
object
8 properties 8 required
ResponseEnvelopeTagsList
object
1 property
TagsList
object
3 properties 2 required
ErrorModel
object
6 properties
CreateTagAssignmentInputBody
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

censys-tags-and-comments-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 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