Production-grade RESTful API reference for multi-sig payroll escrows, Ed25519 auth, and Soroban integration.
Raw OpenAPI JSON Endpoint
Import directly into Postman, Insomnia, or Swagger UI
/api/auth/challengeGenerates a 5-minute single-use Ed25519 signing challenge for Freighter wallet verification (SEP-53).
/api/auth/verifyVerifies Freighter SEP-53 challenge signature, upserts user record, and sets secure HttpOnly cookie.
/api/escrowsCursor PaginatedFetches paginated escrow records using ?limit=10&cursor=ID. EMPLOYEES see only their own escrows; ADMINS see all.
/api/admin/invitationsAdmin OnlyCreates a time-limited invitation token for employee onboarding and records an AuditLog.
/api/admin/contract/pauseCircuit BreakerToggles the Soroban smart contract emergency stop circuit breaker.