Endpoint Directory
Public API endpoints
| Method | Path | Auth | Purpose |
|---|---|---|---|
| POST | /auth/register |
No | Create user account |
| POST | /auth/login |
No | Issue access + refresh tokens |
| POST | /auth/refresh |
No | Rotate tokens using refresh token |
| POST | /auth/logout |
No | Blacklist refresh token |
| POST | /auth/request-password-reset |
No | Start password reset flow |
| GET | /auth/verify-reset-token |
No | Validate reset token |
| POST | /auth/reset-password |
No | Reset password with token |
| POST | /v1.0.0/analyze |
Bearer JWT | Run psychological analysis |
| GET | /healthcheck |
No | App dependency health summary |
| GET | /marketplace/landing |
No | SaaS purchase/provisioning landing route |
| POST | /marketplace/webhook |
Marketplace token expected | Subscription lifecycle webhook |
For request/response examples, see API Reference.