Storyden
Auth

Auth Email Verify

Verify an email address using a token that was emailed to one of the account's email addresses either set via sign up or added later.

Verify an email address using a token that was emailed to one of the account's email addresses either set via sign up or added later.

POST/auth/email/verify
storyden-session<token>

In: cookie

emailEmailAddress

The email address to be verified, only necessary for when submitting a verification without a session cookie present.

codestring

Response Body

curl -X POST "https://loading/api/auth/email/verify" \  -H "Content-Type: application/json" \  -d '{    "email": "hello@storyden.org",    "code": "728562"  }'
{
  "id": "string"
}
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}