Auth

Login Endpoint

post/auth/login

Request body

emailstring email required
passwordstring required

Response

Successful Response

user_idstring uuid required
access_tokenstring required
access_expiresinteger required
refresh_tokenstring required
refresh_expiresinteger required
token_typestring required

Changes