Version: 1.0.0
Jatrix API
Jatrix is a SaaS Governance Engine for identity, multi-tenancy, authorization, and product-level control. This API manages organizations, products, tenants, users, roles, permissions, and entitlements.
All responses follow { data, meta: { request_id, timestamp } }. List responses
include meta.pagination: { limit, offset, total }. Errors use
{ error: { code, message, details }, meta }.
Authentication
- HTTP: Bearer Auth
JWT access token (RS256). Obtain via POST /v1/auth/token.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
Contact Jatrix: jeffreyespinel.1992@gmail.com