Skip to main content
POST
/
api
/
v1
/
auth
/
otp
/
verify
Verify a one-time password
curl --request POST \
  --url https://monitor.aevr.space/api/v1/auth/otp/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "otp": "<string>",
  "returnUrl": "<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
otp
string
required
returnUrl
string

Response

OTP verified