Create & Manage Users
Check verified email phone
POST
/
auth
/
verified-email-phone
Authorizations
Authorization
string
headerrequiredAccess token
Body
application/json
phone
string[]
A string representing the phone number.
email
string[]
A string representing the email address.
Response
200 - application/json
message
string
A descriptive message confirming the success or failure of the operation.
success
boolean
Indicates whether the request was successful or failure (true for success, false for failure).
content
object
An object containing the response content.