Skip to main content
POST
/
app
/
auth
/
register
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {
    "message": "We have sent a verification link to your email address. Please verify your email before logging in."
  },
  "meta": {},
  "error": null
}

Documentation Index

Fetch the complete documentation index at: https://help.the-meridian.ai/llms.txt

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

Body

application/json
first_name
string
required
Maximum string length: 255
last_name
string
required
Maximum string length: 255
email
string<email>
required
Maximum string length: 255
password
string
required
Minimum string length: 8
password_confirmation
string
required
Minimum string length: 8

Response

Registration accepted; verification email sent

success
boolean
required
Example:

true

data
object
required
meta
object
required
error
unknown
required
Last modified on May 6, 2026