Authentication
- • Web clients use the authenticated Complytio session cookie (Auth.js).
- • Mobile clients send a short-lived Bearer access token issued by the mobile login flow.
- • Every endpoint enforces server-side company, branch and permission scoping.
- • These are not anonymous public APIs; there is no public OAuth authorization server yet.