Kittens - Backend Documentation 1.0 Help

Validate New User Account

Validate a new user's account email to allow logins.

POST method/api/v1/users/{uid}/validate

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