Skip to main content
POST
/
api
/
v1
/
auth
/
register
Register a new account
curl --request POST \
  --url https://monitor.aevr.space/api/v1/auth/register \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "password": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "phone": "<string>",
  "referralCode": "<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
firstName
string
lastName
string
phone
string
referralCode
string

Response

Registration successful