quotastack Docs
Docs / API / Errors / email_not_verified
403

Email not verified

https://api.quotastack.io/errors/email_not_verified

The account is there. Nobody has proved the email address yet.

Why it happened

  • The sign-up email was never opened, or the link ran out.

How to fix it

  1. Open the email we sent, and click the link.
  2. Ask for a fresh email from the dashboard if the old one is gone.
Example response 403
{
  "type": "https://api.quotastack.io/errors/email_not_verified",
  "title": "Email not verified",
  "status": 403,
  "detail": "Verify your email address before continuing."
}

Which calls return this