API reference

Auth and invites

MethodPathAuthDescription
POST/auth/loginPublicEmail/password → tokens
POST/auth/refreshPublicRefresh token → new access (and possibly refresh)
POST/auth/revokeBearerRevoke refresh / session
GET/auth/meBearerCurrent user profile
GET/invites/validate/:codePublicValidate invite code before signup

Tokens are PASETO; send access token as Authorization: Bearer <token> on protected routes.

Previous
Health and metrics