Endpoints
AUTH ENDPOINTS
Register, login, and manage authentication tokens.
POST
/api/v1/auth/registerCreate tenant + owner account
Request Body
full_namestringemailstringpasswordstringPOST
/api/v1/auth/loginGet access and refresh tokens
Request Body
emailstringpasswordstringPOST
/api/v1/auth/refreshRotate refresh token
Request Body
refresh_tokenstringPOST
/api/v1/auth/logoutAuth
Invalidate current session
GET
/api/v1/auth/meAuth
Get current user and tenant info
Was this page helpful?