API Docs / Schemas / VerificationResponse

VerificationResponse

Response DTO for email verification operations

Properties

Name Type Description
successboolean

Whether the operation was successful

Whether the operation was successful

messagestring

Message describing the result

Message describing the result

errorCodestring

Error code for client handling (if failed)

Error code for client handling (if failed)

userCodestring

User code (if applicable)

User code (if applicable)

JSON Example

{
  "success": false,
  "message": "string",
  "errorCode": "string",
  "userCode": "string"
}

Used By Operations