Authentication

User login

Authenticate user and return access and refresh tokens

post/auth/login

Request body

passwordstring required
usernamestring required

Response

Returns access_token, refresh_token, and token_type

object required

Changes