Endpoints

AUTH ENDPOINTS

Register, login, and manage authentication tokens.

POST/api/v1/auth/register

Create tenant + owner account

Request Body

full_namestring
emailstring
passwordstring
POST/api/v1/auth/login

Get access and refresh tokens

Request Body

emailstring
passwordstring
POST/api/v1/auth/refresh

Rotate refresh token

Request Body

refresh_tokenstring
POST/api/v1/auth/logout

Invalidate current session

GET/api/v1/auth/me

Get current user and tenant info

Was this page helpful?