OrganizationDetails is a JSON Structure definition published by Censys, describing 5 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-organizationdetails-structure.json",
"name": "OrganizationDetails",
"description": "OrganizationDetails schema from Censys Platform API",
"type": "object",
"required": [
"name",
"uid"
],
"additionalProperties": false,
"properties": {
"created_at": {
"type": "datetime",
"description": "The date and time the organization was created."
},
"member_counts": {
"description": "The number of members in the organization, split by role.",
"$ref": "#/components/schemas/MemberCounts"
},
"name": {
"type": "string",
"description": "The name of the organization."
},
"preferences": {
"description": "The configured preferences of the organization.",
"$ref": "#/components/schemas/OrganizationPreferences"
},
"uid": {
"type": "uuid",
"description": "The ID of a Censys organization."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.