Storyden
Auth

Auth Password Signin

Sign in to an existing account with a username and password.

Sign in to an existing account with a username and password.

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

In: cookie

identifierstring
tokenstring

Response Body

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