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/signinstoryden-session<token>
In: cookie
Request Body
application/json
identifier*string
token*string
Response Body
application/json
application/json
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": {}
}