v1

latestOpenAPI 3.1.02026-07-17897790.7 KB
Account

User Registration

post/account/register

Request body

emailstring required
namestring required
passwordstring required

Example request

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

Response

accessTokenstring required
refreshTokenstring nullable

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