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/signupstoryden-session<token>
In: cookie
Query Parameters
invitation_id?string
Unique invitation ID.
Format
xididentifierstring
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": {}
}