Skip to main content
POST
/
auth
/
verify-email
Verify email
curl --request POST \
  --url https://api.justanotheruptime.com/auth/verify-email \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "verification-token-uuid"
}
'
{
  "message": "Email verified successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.justanotheruptime.com/llms.txt

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

Body

application/json
token
string
required
Example:

"verification-token-uuid"

Response

Email verified successfully

message
string
required
Example:

"Email verified successfully"