Storyden
Auth

Auth Email Password Signup

Register a new account with a email and password.

Register a new account with a email and password.

POST/auth/email-password/signup
storyden-session<token>

In: cookie

Query Parameters

invitation_id?string

Unique invitation ID.

Formatxid
emailEmailAddress

A valid email address.

passwordstring
handle?AccountHandle

The unique @ handle of an account.

Response Body

curl -X POST "https://loading/api/auth/email-password/signup?invitation_id=cc5lnd2s1s4652adtu50" \  -H "Content-Type: application/json" \  -d '{    "email": "hello@storyden.org",    "password": "string"  }'
{
  "id": "string"
}
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}