Skip to main content
POST
/
api
/
v1
/
auth
/
login
Log in with email and password
curl --request POST \
  --url https://monitor.aevr.space/api/v1/auth/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "password": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://monitor-f3599674.mintlify.app/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

Login successful