Kernel

Version: 1.0.0 OpenAPI: 3.0.3

OpenAPI specification for the Zebra Kernel public APIs. Covers:

  • Authentication/auth/details/authtokenbased.rest
  • External gateway (token-authenticated CRUD) — /v1/api/users, /v1/api/units, /v1/api/scim/users
  • Kernel NextGen read APIs (/v1/*) — user-details, domain-details, departments, profiles, units, users, unit-attributes, units-by-attributes

All request and response keys use snake_case. List endpoints under /v1/api/* return a list envelope; NextGen /v1/* endpoints return a single-resource or list envelope as documented per operation.

Servers

URLDescription
http://localhost:8888/kernelLocal Kernel server (port 8888) — use when Swagger UI is served from the Kernel app
/kernelCurrent server (uses same origin as this page)
https://fs3.reflexisinc.com/kernelDevelopment server (fs3)
http://localhost:3001CORS proxy (only when using standalone Swagger UI server on port 3000)

Operations

Use the sidebar to browse individual operations generated from this specification.