コンテンツにスキップ

ログイン

POST
/auth/login
object
email
required
string format: email
password
required
string

ログイン成功

object
user
object
id

ULID

string
Example
01KMCCB2EM17AYNHY9AH1E7706
email
string format: email
name
string
nullable
teamId
string
role
string
Allowed values: owner member viewer
accessToken
string
refreshToken
string

認証失敗

object
error
object
code
string
Example
VALIDATION_ERROR
message
string
Example
Invalid request body
status
integer
Example
400