How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Oso Cloud Centralized Authorization Data API

The Centralized Authorization Data API from Oso Cloud — 6 operation(s) for centralized authorization data.

Oso Cloud Centralized Authorization Data API is one of 4 APIs that Oso Cloud publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Centralized Authorization Data. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 7 operations across 6 paths, and defines 6 schemas. It is described by OpenAPI 3.2.0, at version 0.1.0.

Requests are made against a single base URL, https://api.osohq.com/api/.

7 operations 6 paths 6 schemas 1 DELETE6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.1.0
Base URL
https://api.osohq.com/api
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Oso Cloud Centralized Authorization Data API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (Bearer e_0123_123_token0123) (ApiKey).

  • ApiKey — Requires an API key to access.

Paths & Operations 7

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

Centralized Authorization Data 7
POST
/factsdeprecated
Adds a new fact. DEPRECATED: Prefer POST /batch with payload [{"inserts": [ ]}].
post_facts body → 200default
DELETE
/factsdeprecated
Deletes a fact. Does not throw an error when the fact is not found. DEPRECATED: Prefer POST /batch with payload [{"deletes": [ ]}].
delete_facts body → 200default
POST
/bulk_loaddeprecated
Adds many facts at once. DEPRECATED: Prefer POST /batch with payload [{"inserts": }].
post_bulk_load body → 200default
POST
/bulk_deletedeprecated
Delete many facts in a single transaction. DEPRECATED: Prefer POST /batch with payload [{"deletes": }].
post_bulk_delete body → 200default
POST
/bulkdeprecated
Deletes and adds many facts in one atomic transaction. The deletions are performed before the adds. null can be used as a wildcard in facts in delete. Does not throw an error when the facts to delete…
post_bulk body → 200default
POST
/batch
Deletes and adds many facts in one atomic batch. Facts are inserted and deleted in-order (ie: inserted facts may be deleted in the same transaction). null can be used as a wildcard in deleted facts.…
post_batch body → 200default
POST
/clear_data
clear_data → 200default

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Bulk (2 properties), Value (2 properties), Fact (2 properties), ApiError (1 property). Each schema is shown below with its type and property counts.

FactChangeset
A grouped run of facts to insert or delete. Inserted facts must contain concrete fact args, but deleted facts may contain wildcards.
ApiResult
object
1 property 1 required
Fact
object
A pattern object for matching authorization-relevant data, ie: facts.
2 properties 2 required
Value
object
2 properties
Bulk
object
2 properties 2 required
ApiError
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oso-centralized-authorization-data-api-openapi.yml Raw ↑

Other APIs Oso Cloud publishes across the network.

Oso Cloud Check API API
Oso Cloud Local Check API API
Oso Cloud Policy API
Where this information came from

This is an independent, third-party profile of Oso Cloud Centralized Authorization Data API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.