403 Forbidden
Email address not verified
- Code
email_not_verified- Status
403Forbidden- Type
https://errors.clavian.io/email-not-verified
What it means
The password is right, but the account’s email address has not been verified, so it cannot be signed in to with that address yet.
What to do
Ask the person to verify the address with the code emailed to it, or to sign in another way, such as with a code sent to their phone.
Example
The API answers with status 403 and this body, as application/problem+json. A detail may be added, saying what went wrong this time; it is for people, and changes.
{
"type": "https://errors.clavian.io/email-not-verified",
"title": "Email address not verified",
"status": 403,
"code": "email_not_verified",
"requestId": "req_01k5znw4hmfay8vvr14d2pf2db"
}
Endpoints that return it
From the OpenAPI document, every endpoint that names it among its answers:
POST /v1/station/sign-in/passwordSign a player in at a kiosk with an email address or username and a password