cURL
curl --request POST \ --url https://api.stack-auth.com/api/v1/auth/password/sign-in \ --header 'Content-Type: application/json' \ --data '{}'
{ "access_token": "<string>", "refresh_token": "<string>", "user_id": "<string>" }
Sign in to an account with email and password
Documentation IndexFetch the complete documentation index at: https://stackauth-e0affa27-apps-support.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://stackauth-e0affa27-apps-support.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Successful response