Storyden
Auth

Auth Password Signup

Register a new account with a username and password.

Register a new account with a username and password.

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

In: cookie

Query Parameters

invitation_id?string

Unique invitation ID.

Formatxid

Request Body

application/json

identifier*string
token*string

Response Body

application/json

application/json

curl -X POST "https://loading/api/auth/password/signup" \  -H "Content-Type: application/json" \  -d '{    "identifier": "odin",    "token": "password"  }'
{
  "id": "string"
}
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}