POST /auth/verify/sendemail

Responses

  • 200 application/json

    Standard API response

    Hide response attributes Show response attributes object
    • error boolean
    • timestamp string(date-time)
    • uniqueId string | null
POST /auth/verify/sendemail
curl \
 --request POST 'https://call.xap3y.space/v1/auth/verify/sendemail'
Response examples (200)
{
  "error": true,
  "timestamp": "2025-05-04T09:42:00Z",
  "uniqueId": "string"
}