API Reference
Validate invite token
GET
/api/auth/invite/{token}
Validates an invite token and returns the username. Public endpoint.
Operation IDvalidateInvite
Authentication
No authentication is required.
Path parameters
tokenstringrequiredSuccess response body
200Valid invite token
Valid invite token
Content typeapplication/json
responseobject3 properties
usernamestringexpires_atstring · date-timetotp_pendingbooleanTrue when the invite password was accepted and TOTP verification is still pending
Error responses
400Invalid or expired token
Invalid or expired token
No response content schema is documented.