Validate New User Account
Validate a new user's account email to allow logins.
Validate user account with the confirmation token
Request parameters
{
"confirmationId": "..."
}
Responses
{
"token": "...",
"expiresIn": 3600
}
{
"token": "...",
"expiresIn": 3600
}
{
"error": "Bad Request",
"status": 400,
"field_errors": [
"email"
]
}
{
"error": "Unauthorized",
"status": 401,
"reason": "Unauthorized"
}
{
"error": "Server Error",
"status": 500,
"exception": "Baz given, expected Foo or Bar",
"trace": "example",
"thrownIn": "\App\Foo\Bar\Baz()",
"file": "example",
"line": 58,
"severity": "example"
}
Last modified: 16 January 2025