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
identifierstring
tokenstring

Response Body

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