v1

latestOpenAPI 3.1.02026-07-17897790.7 KB
Account

User Login

post/account/login

Request body

emailstring required
passwordstring required

Example request

{
  "email": "misaka.mikoto@tokiwadai.ac.jp",
  "password": "correcthorsebatterystaple"
}

Response

accessTokenstring required
refreshTokenstring nullable

If the refresh token is not provided, you can continue using the same refresh token.