Skip to main content
POST
https://your-rootprint-host
/
api
/
auth
/
sign-in
/
email
Sign in with email and password
curl --request POST \
  --url https://your-rootprint-host/api/auth/sign-in/email \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "password": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.rootprint.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
email
string<email>
required
password
string<password>
required

Response

Sign-in result.

The response is of type object.