Auth
Auth Password Signin
Sign in to an existing account with a username and password.
POST
/auth/password/signinSign in to an existing account with a username and password.
storyden-session<token>
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/auth/password/signin" \ -H "Content-Type: application/json" \ -d '{ "identifier": "odin", "token": "password" }'{
"id": "string"
}Empty
Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}