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 Account Management API

Endpoints related to the Account Management product

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

Tagged areas include Account Management. 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 11 operations across 10 paths, and defines 29 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.

11 operations 10 paths 29 schemas 1 DELETE8 GET1 PATCH1 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 Account Management API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (PersonalAccessToken).

  • PersonalAccessToken — Your Censys personal access token.

Paths & Operations 11

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

Account Management 11

Endpoints related to the Account Management product

GET
/v3/accounts/organizations/{organization_id}
Censys Get Organization Details
v3-accountmanagement-org-details 2 params → 200401403404422500
GET
/v3/accounts/organizations/{organization_id}/audit-log-events
Censys List Audit Log Events
v3-accountmanagement-org-audit-log-events 10 params → 200400401403404422500
GET
/v3/accounts/organizations/{organization_id}/credits
Censys Get Organization Credit Balance
v3-accountmanagement-org-credits 1 param → 200401403404422500
GET
/v3/accounts/organizations/{organization_id}/credits/usage
Censys Get Organization Credit Usage
v3-accountmanagement-org-credits-usage 6 params → 200400401403404422500
POST
/v3/accounts/organizations/{organization_id}/invitations
Censys Invite User to Organization
v3-accountmanagement-invite-user-to-org 1 param body → 201401403404409422500
GET
/v3/accounts/organizations/{organization_id}/members
Censys List Organization Members
v3-accountmanagement-list-org-members 3 params → 200401403404422500
DELETE
/v3/accounts/organizations/{organization_id}/members/{user_id}
Censys Remove Member from Organization
v3-accountmanagement-remove-org-member 2 params → 204401403404409422500
PATCH
/v3/accounts/organizations/{organization_id}/members/{user_id}
Censys Update a Member's Roles in an Organization
v3-accountmanagement-update-org-member 2 params body → 204400401403404409422500
GET
/v3/accounts/organizations/{organization_id}/members/{user_id}/credits/usage
Censys Get Organization Member Credit Usage
v3-accountmanagement-member-credits-usage 6 params → 200400401403404422500
GET
/v3/accounts/users/credits
Censys Get Free User Credit Balance
v3-accountmanagement-user-credits → 200401404500
GET
/v3/accounts/users/credits/usage
Censys Get Free User Credit Usage
v3-accountmanagement-user-credits-usage 4 params → 200400401404500

Schemas 29

The contract defines 29 schemas that model the data the API accepts and returns. The most detailed are CreditUsageReport (10 properties), AuditLogEvent (9 properties), OrganizationMember (8 properties), CreditUsageReportPeriod (6 properties). Each schema is shown below with its type and property counts.

ResponseEnvelopeOrganizationDetails
object
1 property
AuditLogEventsResponse
object
3 properties 3 required
OrganizationDetails
object
5 properties 2 required
MemberCounts
object
2 properties 2 required
ResponseEnvelopeAuditLogEventsResponse
object
1 property
ErrorDetail
object
3 properties
ResponseEnvelopeCreditUsageReport
object
1 property
ResponseEnvelopeOrganizationCredits
object
1 property
CreditUsageReportPeriod
object
6 properties 6 required
OrganizationMembersList
object
2 properties 2 required
ActorInfo
object
3 properties 1 required
OrganizationMember
object
8 properties 5 required
AuthenticationErrorDetail
object
5 properties
ResponseEnvelopeOrganizationMembersList
object
1 property
AuthenticationError
object
1 property
SourceUsageBreakdown
object
4 properties 2 required
CreditUsageReport
object
10 properties 9 required
PaginationInfo
object
2 properties 1 required
AuditLogEvent
object
9 properties 4 required
ResponseEnvelopeUserCredits
object
1 property
SubjectInfo
object
3 properties 1 required
UpdateMemberRoleInputBody
object
1 property 1 required
ErrorModel
object
6 properties
CreditExpiration
object
4 properties 2 required
InviteMemberInputBody
object
1 property 1 required
AutoReplenishConfig
object
3 properties 1 required
OrganizationCredits
object
4 properties 4 required
OrganizationPreferences
object
3 properties
UserCredits
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

censys-account-management-api-openapi.yml Raw ↑

Other APIs Censys publishes across the network.

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