Skip to main content
POST
/
api
/
v1
/
auth
/
otp
/
request
Request a one-time password over email
curl --request POST \
  --url https://monitor.aevr.space/api/v1/auth/otp/request \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "shouldCreate": true
}
'

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
shouldCreate
boolean

Response

OTP requested