Auth
Auth Email Password Signin
Sign in to an existing account with a email and password.
Sign in to an existing account with a email and password.
POST
/auth/email-password/signinstoryden-session<token>
In: cookie
emailEmailAddress
A valid email address.
passwordstring
handle?AccountHandle
The unique @ handle of an account.
Response Body
curl -X POST "https://loading/api/auth/email-password/signin" \ -H "Content-Type: application/json" \ -d '{ "email": "hello@storyden.org", "password": "string" }'{
"id": "string"
}Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}Access Key List GET GET
List all access keys for the authenticated account or all access keys that have been issued for the entire instance if and only if the request parameters specify all keys and the requesting account is an admin.
Auth Email Password Signup POST POST
Register a new account with a email and password.