‹ Back to docs
API Reference
Identity API
ORIS Identity is the OAuth2/OIDC provider for the entire ecosystem. All endpoints are at auth.meetoris.com.
Endpoints
GET/authorizeOIDC authorization (redirect here for login)
POST/tokenToken exchange (password, refresh_token, authorization_code, client_credentials)
GET/userinfoOIDC UserInfo (returns full JWT claims)
GET/.well-known/jwks.jsonJWKS public key set (RS256)
GET/.well-known/openid-configurationOIDC discovery document
POST/introspectToken introspection (RFC 7662)
POST/revokeToken revocation (RFC 7009)
POST/logoutEcosystem-wide session revocation
Billing API
GET/billing/plansList available subscription plans
GET/billing/subscriptionsList tenant subscriptions
POST/billing/subscriptionsCreate subscription
GET/billing/consumptionAI consumption for period
Entity Graph API
POST/entitiesCreate entity
GET/entities/searchSearch entities by name, email, PAN
GET/entities/:idGet entity with relationships
POST/entities/:id/relationshipsCreate relationship
POST/entities/:id/duplicatesFind duplicate entities
POST/entities/mergeMerge duplicate entities
Event Bus API
POST/eventsPublish event
GET/eventsList recent events
POST/events/subscriptionsRegister event subscription
GET/events/subscriptionsList subscriptions